TableLayout Panel - Adding multiple controls in a particular cell

  • Thread starter Thread starter Sujay Ghosh
  • Start date Start date
S

Sujay Ghosh

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
 
Back
Top