Hi. I added AutoResize right and bottom to a grid object to make it bigger when the window gets resized. I added a "Grid.ExpandLastColumn("AddonGrid", true);" in the OnSize event of the page and it works fine when you increase the window and the grid grows. The last column nicely fits. But when you make the window smaller the last column does not shrink and you keep a horizontal scrollbar. Is this a bug?

Comment