TableLayout add rows in designer

acheo

Member
Joined
Aug 5, 2009
Messages
5
Programming Experience
Beginner
Hi,

I have a tableLayout with many rows already populated. I would like to add rows and insert my fields lets`s say between row 3 and 4 with the designer. Right now I have to add row at the bottom, shift down like 20 rows and insert my new rows. Is there a trick I can move up or down the newly inserted rows?

thanks

Acheo
 
Presumably you mean a TableLayoutPanel. You can use the smart-tag on the control itself or the commands at the bottom of the Properties window to open the `Column and Row Styles` dialogue using the `Edit Rows and Columns` option. You can then select a column or row and click the Insert button to insert a column or row before the selected one.
 
Back
Top