Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
335
Synchronize columns width
posted

Hi,

i´m totally done... can´t find the right properties which change the behavior of the grid to sync the width ofcolumns over multiple bands...

this is what i´ve done up to now:
UltraWinGrid.DisplayLayout.AutoFitStyle = ResizeAllColumns
UltraWinGrid.DisplayLayout.AllowColSizing = Synchronized

are there any settings which generaly deactivate this feature?

Thanks!

[Edit]
DataSource is an BO with six lists of different types, same supertype... so i hope to get an solution which sync the columns of the 6 childbands.

 

 

Parents
  • 469350
    Verified Answer
    Offline posted

    Hi,

    The widths of all columns across all band are synchronized by default.

    This is based on the AllowColSizing property, which defaults to Synchronized.

    The synchronization is ignored under certain circumstances. For example, if you have Groups defined, then only the groups will be synchronized and not the columns.

    I am not sure if AutoFitStyle makes any difference. Does it works if you do not set the AutoFitStyle property (or set it to the default)?

    If none of this helps, perhaps you could post a small sample project here so I can take a look at it.

Reply Children
No Data