In TableLayoutPanel if we set AutoSize = true and Dock = fill
then last column/row will occupy all remaining space.
How to set it to required height (row) and width (column)?
In TableLayoutPanel if we set AutoSize = true and Dock = fill then last
Share
You should add
TableLayoutPanelas tbl1 with two rows and two columns. Then setdock = fill autoscroll = trueand set width for 1st row toautosizeand for the secondabsolute 0.00 F.Do the same for column 1 and 2.
Now add actual
TableLayoutPanelin 1st rows 1st column.