Click here to Skip to main content
15,881,172 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am working on the TableLayoutPanel control. I have 5 Columns and 3 Rows on my TableLayoutPanel control. I want to merge 1st Column of all 3 rows, rest of the columns should be in with 3 rows. How to do that?

Ex:
Column1 -> 1 Row
Column2 -> 3 Rows split
Column3 -> 3 Rows split
Column4 -> 3 Rows split
Column5 -> 3 Rows split
Posted

1 solution

you need to use RowSpan and ColumnSpan properties, check below documentation for more information
How to: Span Rows and Columns in a TableLayoutPanel Control[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900