i have a tablelayoutpanel and also several control inside, see the pic
the dark grey square is a datagridview, i want the users can resize the tablelayoutpanel by themselves, any one know how to do that?
i have a tablelayoutpanel and also several control inside, see the pic
the dark grey square is a datagridview, i want the users can resize the tablelayoutpanel by themselves, any one know how to do that?
Use the SplitContainer class:
http://msdn.microsoft.com/en-us/library/system.windows.forms.splitcontainer.aspx
https://www.dotnetperls.com/splitcontainer
SplitContainer presents a resizable view. It splits the layout of your Windows Forms window into two parts: a left and right half, or a top and bottom half. It gives the user more control over how the window is arranged.