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.

RE: Dynamically Adding Controls to Forms by tlkerns

tlkerns
Thu Apr 19 08:28:00 CDT 2007

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

Tony

"ks" wrote:

> 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.
>
>