Groups | Blog | Home
all groups > dotnet windows forms > august 2004 >

dotnet windows forms : anchor or docking


Stoitcho Goutsev \(100\) [C# MVP]
8/20/2004 9:32:32 AM
Hi TomislaW,

I believe it is a docking issue. It could be probbaly solve with anchoring
too, but it is not its purpose.Dock all the elements lef, top, right or
bottom, but one, which will occupy the free area. This control you dock
fill. Bare in mind that with docking the order you have added the controls
does matter. If the controls are already in the form you can change the
order via "Birng to front" and "Send to back" from the contex menu.

--
HTH
Stoitcho Goutsev (100) [C# MVP]


[quoted text, click to view]

TomislaW
8/20/2004 1:03:57 PM
I have Winform with 3 groupboxes

One on the left one in the middle and one on the right size of the form

Each groupbox have datagrid

Problem is when I resizing form I can not see groupbox and datagrid in the
middle

How should I set anchor and docking so I can resize my form and see each
datagrid, or how to make datagrid resizable?




Tomislav



AddThis Social Bookmark Button