Hi,
I want to add multiple controls in a TableLayout Panel , say location 1,1 .
But MSDN tells that there can be only one child control in each cell .
I referred Petzold's book, and he says it can be done by using
SetCellPosition( ) but it does not guarantee that the controls shall be
placed .
Is there any way I can put an array of child controls within each particular
cell .
Thanks in advance ,
Sujay

Signature
Sujay Ghosh
Bangalore, INDIA
Jack Jackson - 04 Mar 2008 16:51 GMT
Put a Panel in the cell, and the contols in the Panel.
>Hi,
>
[quoted text clipped - 12 lines]
>
>Sujay