I have a groupbox with 3 columns, how would i allow users to resize the column size?
Inside each groupbox column is another groupbox with a textbox set to fill the area. When the user maximizes the form I want the groupbox columns to be able to be resized by the user.
Edit... This is a winforms application
Edit again.... I have now inspected it alittle closer and whats actually going on is I have a main groupbox with a TableLayoutPanel with 3 columns with a group box inside each column. (Sorry this is a really old project that im bringing to life.
ColumnCount
. – Abbas