AD
Administrator
Syncfusion Team
August 26, 2004 07:04 AM UTC
You can try calling grid.ViewLayout.Reset and / or grid.UpdateScrollBars to see if that affects anything.
Another thing that might make this go away is to put a panel where your grid is, and then put the grid in the panel with grid.Dock = fill.
I think what causing this is the grid is being sized before its parent is finally located. So, the grid is being positioned and sized for the wrong parent location/size. This can happen when teh grid is in a tabpage or some other container, and gets placed into its container before the parent container is positioned in its proper place.