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 = ResizeAllColumnsUltraWinGrid.DisplayLayout.AllowColSizing = Synchronized
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.
Again, you´re right. I used columngroups, that causes the async....anyhow. AutoFitStyle does not influence the sync behavior.
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.