|
I have a splitcontainer, which contains a docked table layout panel. I
want to dock the tablelayout panel to fill, but without anchoring. When
the users resize the form, I want the table layout panel to stretch
vertically and horizontally, but I want EACH cell within the table to
proportionally resize. Right now, the only way I can dock to fill is to
have a top and left anchor, and when that happens, only the top two cells of
the 4 row by 1 column table layout panel stretch vertically (and all of the cells stretch horizontally). How do I have it so that all of the 4 rows stretch proportionally both vertically and horizontally?
|