Dynamically Adding Controls to Forms

  • Thread starter Thread starter ks
  • Start date Start date
K

ks

Hi ,

I am required to create a Table like structure in Windows forms to
which i need to add controls dynamically.

what is the best control available for this requirement.

i tryed using TableLayoutPanel but failed coz each row is accepting
only one control.

Thanks in Advance

Happy programming

KS.
 
I wouldn't give up that easy on the TableLayoutPanel. It was designed to
hold controls in rows and columns.

Tony
 
Back
Top