Hi

On my winform, i have just 2 groupbox and a panel and a button.
when i set docking properties in my designer to the panel, be it dock top, left or bottom, there is always a big gap to the left on the winform. I.e the panel control location(X, Y) is always set to (88, 8). I want the location to be (0, 0) or if i can control the location, then it would be nice. What had happened??

My margin properties is (3,3,3,3).