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
- Focus and Navigation
- Describes how to move focus between rows and cells (related API and end-user capabilities).
- Iterate Through Rows and Cells in Code
- Describes how to access individual rows and cells.
- Row Selection
- Describes how to select rows, cards, and nodes, obtain their values, and change the appearance of selected items.
- Cell Selection
- Describes how to select cells, obtain their values, and change the appearance of selected cells.
- Additional Focus/Selection Capabilities
- Contains additional information related to row/cell focus, navigation, and selection.
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
See Also