I have a tableLayout with Three Columns. Column 1 : A ListBox that is Dock->Fill Column 2: a Button Column 3: Another ListBox that is also Dock->Fill
For the resizing I have set all the columns to "AutoFit" But when I resize the form, it only resizes the ListBox that I have in Column3 and it does Not resize the listBox in Column 1...so what is the problem? How should I set the properties so that with resixing the form, ListBox 1 and listBox2 both get resized but the Button keeps its design time size and does not get larger or smaller.