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

Popular posts from this blog

c# - PInvoke of NetUserAdd returns 24 -

NHibernate Passing Session to the Repository -

objective c - Mouse events for an NSSegmentedCell subclass? -