Moving Cell from a Gridview C# desktop

Asked

Viewed 18 times

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).

https://pastebin.com/y4iHHs13

BS:I posted the code on the Pastebin to make the question cleaner.

  • Leave the code in the same question, the site recommends it.

  • https://stackoverflow.com/questions/37969753/move-datagridview-selected-cell-row-up-down-on-keys-press-using-c-sharp I think this might help you.

  • Thank you very much, solved!

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.