DataGridView row repositioning -
Is there an easy way to swap the position of the two rows in a constant datagrid view? I am using this to display an order list, where I want to move the up / down arrow key up and down in a grid in the top and bottom, but without completely restoring a line within the grid There is no way to see a way to restore a place, which seems to be high, the index value for the row is read-only.
To move a line, use DataGridView.Rows. Remove Import and then DataGridView.Rows.Instore
Comments
Post a Comment