DataGridView Selected Row Move UP and DOWN
Posted
by Silly Rabbit
on Stack Overflow
See other posts from Stack Overflow
or by Silly Rabbit
Published on 2009-06-18T13:46:35Z
Indexed on
2010/06/15
17:22 UTC
Read the original article
Hit count: 797
How can I allow selected rows in a DataGridView (DGV) to be moved up or down. I have done this before with a ListView. Unfortunetly, for me, replacing the DGV is not an option (curses). By the way, the DGV datasource is a Generic Collection.
The DGV has two buttons on the side, yes, UP & Down. Can anyone help point me in the right direction. I do have the code that I used for the ListView if it'll help (it did not help me).
© Stack Overflow or respective owner