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

--
Sujay Ghosh
Bangalore, INDIA

Re: TableLayout Panel - Adding multiple controls in a particular cell by Jack

Jack
Tue Mar 04 10:51:21 CST 2008

Put a Panel in the cell, and the contols in the Panel.

On Tue, 4 Mar 2008 00:22:11 -0800, Sujay Ghosh
<SujayGhosh@discussions.microsoft.com> wrote:

>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