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
1284
Perform auto resize for only one column.
posted

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?

Thanks
Ashok

Parents
No Data
Reply
  • 69832
    Suggested Answer
    Offline posted

    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'.

Children
No Data