Hi I am working on a .NET 2.0 windows application using Ultrawin grid.
I want to perform auto resize for one particular column .
when i double click the column separator, AfterColPosition changed event is fired.
I want to resize only the column which was double clicked at the column separator.
How to do autoresize only for one column when i double click the column separator?
ThanksAshok
I'm not sure what relevance the AfterColPosChanged event has here, but I am guessing you are referring to the fact that column headers at the same horizontal position in different bands are synchronized when one column is resized. You can avoid this by setting UltraGrid.DisplayLayout.Override.AllowColSizing to 'Free'.