Moving controls in TableLayoutPanel

  • Thread starter Thread starter jonpb
  • Start date Start date
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
 
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.
 
Back
Top