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
70
PerformAutoResize on individuals bands
posted

hi,

wondering if it's possible to resize the columns in an individual band independently of other bands?

i'm trying using the following code...

                // resize column width as per its contents
                foreach(UltraGridBand band in ugdRepoPriceBlotter.DisplayLayout.Bands)
                {   
                    foreach(UltraGridColumn col in ugdRepoPriceBlotter.DisplayLayout.Bands[band.Index].Columns)
                    {
                        col.PerformAutoResize();
                    }
                }

thanks,

Niel. 

Parents
No Data
Reply Children