ListView Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Platform-specific properties for list view controls on UWP.
public static class ListView
type ListView = class
- Inheritance
-
System.ObjectListView
Fields
SelectionModeProperty |
Backing store for the selection mode attached property. |
Methods
GetSelectionMode(BindableObject) |
Returns the selection mode for the element. |
GetSelectionMode(IPlatformElementConfiguration<Windows,ListView>) |
Returns the selection mode for the element. |
SetSelectionMode(BindableObject, ListViewSelectionMode) |
Sets the selection mode for the element. |
SetSelectionMode(IPlatformElementConfiguration<Windows,ListView>, ListViewSelectionMode) |
Sets the selection mode for the element. |