Focus, Navigation, Selection
- 2 minutes to read
The Focus, Navigation, Selection section contains information on how to change row/cell focus and select rows/cells.
Concepts
-
Describes how to focus rows and cells in code, including information on how to move focus between rows and cells. Describes how to focus rows and cells in code, including information on how to move focus between rows and cells.
Iterate Through Rows and Cells in Code
Describes how to access rows and cells one by one.
-
Describes how to select rows, cards, and nodes, obtain their values, and change the appearance of selected items.
-
Describes how to select cells, obtain their values, and change the appearance of selected cells.
-
Contains information about common features and other miscellaneous features.
Contains information about common features and other miscellaneous features.
End-User Capabilities
Examples
- How to: Bind Selected Rows to a ViewModel Property
- How to: Focus a Cell with the Specified Value
- How to: Select Rows that Contain The Specified Value
- How to: Obtain Rows Visible on Screen
- How to: Change the Appearance of Focused Rows and Cells
- How to: Change the Appearance of Focused and Selected Rows
- How to: Change the Appearance of Focused and Selected Cells
- How to: Handle Row Double-clicks
- How to: Handle a Double-click on a Grid Row in a MVVM Application
- How to: Implement Custom Scroll Animation for Per-Pixel Scrolling