Cell multi selection with keyboard and shift and arrow keys
Brought to you by:
davideicardi
Cell multi selection with keyboard and shift and arrow keys.
See the attach.
Thanks to Andreas Schiller for the code:
There is a new Method ProcessSpecialGridKeyUp() in Grid.cs and a new Position m_multiSelectPos which stores the starting Position of a multi cell selection.
Into the Navigate Region of the Method ProcessSpecialGridKey(), I select multible cells if the shift Key is pressed.
ProcessSpecialGridKeyUp() is called when the grid_KeyUp arrives, this makes the Position m_multiSelectPos empty.
Changes