Hi all, 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)?
views:
149answers:
1
A:
I found it..... add tablelayoutpanel as tbl1 with two row and two column. set its dock = fill autoscroll = true and set width for 1st row autosize and for second absoluto 0.00 F same for column 1 and 2. now add actual tablelayoytpanel in 1st rows 1st column.
gauravghodnadikar
2010-01-13 05:39:17