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
420
Column AutoPerformResize donot shrink properly
posted

Hi

After Editing cell values i want to resize grid columns based on cell values. my code:

 

foreach (UltraGridColumn col in grid.DisplayLayout.Bands[0].Columns)

{

     col.PerformAutoResize();

}

When current cell value is bigger than pervious value its Grows properly but When current cell value is smaller than previous value it donot shrink, it keeps *Row Height as it is. ( Row Height - becoz Column's CellMultiline is True)

 

 

 

Parents Reply Children
No Data