[quote="NineRays"]This problem is appeared (we've meet this problem some months ago) when user opens form with panel and contained grid in design mode.
FlyGrid doesn't control its size or location. You can try to place and dock another control (for example ListView) into Panel to see this bug.
So, I finally tried the latest version again, hoping that things got fixed but of course it still doesn't work.
This is not a WindowsForms bug, I place different controls in panels and ToolStrip ContentPanels, dock them and never have a problem, only FlyGrid is having this issue and since it worked a couple releases ago you can't tell me that's a winforms bug.
Besides, all my grids are added in code and never take use of the designer.
Anchoring doesn't help either... Anchoring to all sides makes the grid disappear, whereas it works fine if I do the same thing with a ListView control, anchoring to just one side and set docking to fill causes the grid to go only half the way.
See how left side is cut off (Grid docked in ToolStrip ContentPanel - with release v1.4.0.12 this worked perfectly fine)