Moving controls in TableLayoutPanel

J

jonpb

I setup a main TableLayoutPanel, with controls and child
Table/FlowLayoutPanels. I now need to add a row to the top of the main
TableLayoutPanel.

This does not seem to be an easy thing to do, and in fact it doesn't
seem possible without starting from scratch. Since I can't tell the
editor that I want to insert the row at the top, I have to move all the
existing controls down one row. But, the IDE won't let me do this,
dragging doesn't work and cut and paste pastes the control into an
arbitrary cell, not the cell my mouse is on.

Does anyone have a solution for this?
TIA
 
R

Roman Wagner

I setup a main TableLayoutPanel, with controls and child
Table/FlowLayoutPanels. I now need to add a row to the top of the main
TableLayoutPanel.

This does not seem to be an easy thing to do, and in fact it doesn't
seem possible without starting from scratch. Since I can't tell the
editor that I want to insert the row at the top, I have to move all the
existing controls down one row.

U shure? If i click the "Edit Rows and Columns ... " link and inside
the
popupform clicking the "Insert" Button will insert a new Row ABOVE
the current selected row.
 

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