Click here to Skip to main content
15,918,516 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi friends,
I am rookie for C#. I need to create a table with number columns and rows. In each cells, I will insert user controls. Dimension of table dynamically change according to my requirement(like 3x3 or 4x4 or 1x10).

Right now I am try out using Table layout panel. problem is, for example, 1st time I am creating table layout panel with 3x3 and second time if i create 2x2. Now layout grows with additional space(2x2 plus 3x3). even though I have removed existing row and col controls.

friends, can anyone suggest me a suitable control for this requirement.

thanks,
S Shanmuga Raja
Posted
Comments
gggustafson 30-Apr-15 0:13am    
winform or webform?
Rritesh Ravlani 1-May-15 3:40am    
Can you share your code here for better understanding of your problem?

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