| ExpandRow | Expands the selected row in controls which have expandable and contractible rows. |
| ContractRow | Contracts the selected row in controls which have expandable and contractible rows. |
| ToggleRow | Toggles the expanded/contracted state of the selected row in controls which have expandable and contractible rows. |
| CursorUp | Moves the cursor up one row. Selection is not modified. |
| CursorDown | Moves the cursor down one row. Selection is not modified. |
| CursorPageUp | Moves the cursor up one page. Selection is not modified. |
| CursorPageDown | Moves the cursor down one page. Selection is not modified. |
| CursorSelect | Selects the cursor row, if not already selected. |
| ToggleSelect | Inverses the current selection. |
| SelectUp | Moves the selection up one row. |
| SelectDown | Moves the selection down one row. |
| SelectUpExtend | Adds the row above the currently selected row to the list of selected rows. |
| SelectDownExtend | Adds the row below the currently selected row to the list of selected rows. |
| SelectPageUp | Moves the selection up one page. |
| SelectPageDown | Moves the selection down one page. |
| SelectPageUpExtend | Extends the selection to include all rows between the currently selected row and the row one page above it. |
| SelectPageDownExtend | Extends the selection to include all rows between the currently selected row and the row one page below it. |
| SelectHome | Moves the selection to the first row. |
| SelectEnd | Moves the selection to the last row. |
| SelectHomeExtend | Moves the selection to the first row and selects all rows between the first row and the currently selected row. |
| SelectEndExtend | Moves the selection to the last row and selects all rows between the last row and the currently selected row. |
| SelectAll | Selects all rows. |