0
This code does nothing more than drive a row selected on a datagridview.
btnup -> plays the selected line up.
butndown -> plays the selected line down.
DOUBT: My question is, how to move only the selected cell, not the entire Row(line).
BS:I posted the code on the Pastebin to make the question cleaner.
Leave the code in the same question, the site recommends it.
– Francisco
https://stackoverflow.com/questions/37969753/move-datagridview-selected-cell-row-up-down-on-keys-press-using-c-sharp I think this might help you.
– Thiago Loureiro
Thank you very much, solved!
– Gláucio Barbosa De Souza