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 ref class ListView abstract sealed
public static class ListView
type ListView = class
Public Module ListView
- Inheritance
-
ListView
Fields
SelectionModeProperty |
Bindable property for SelectionMode. |
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. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.