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
375
How can I make a row expand past visible size
posted

I have a grid that allows column resizing. If at design time I resize a column all the other columns are not resized and are pushed out of the visible area and a horizontal scrollbar appears. This is exactly what I want. However, at run time if I resize a column the other columns are resized so that they remain in the visible area. I'm confused by this as I have no code that sets anything on the grid in runtime code, so why will does it behave differently ?

I've got AutoFitMode set to none, AllowColSizing set to Free on the layout and bands.

What else do I need to set?

 

Thanks