I am using a tableLayoutPanel
which consist of two rows. In first row I want two columns,
and in second row I only need one column. How can I do this?
How to set a columnspan in tableLayoutPanel
36.6k Views Asked by Nighil At
2
I am using a tableLayoutPanel
which consist of two rows. In first row I want two columns,
and in second row I only need one column. How can I do this?
With the designer: put a control in the 2nd row and set its ColumnSpan property to 2.
In code: