TableLayout Panel - Adding multiple controls in a particular cell

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top