8 references to ListViewSelectionMode
Microsoft.Maui.Controls (8)
PlatformConfiguration\WindowsSpecific\ListView.cs (8)
15
BindableProperty.CreateAttached("WindowsSelectionMode", typeof(
ListViewSelectionMode
),
16
typeof(ListView),
ListViewSelectionMode
.Accessible);
19
public static
ListViewSelectionMode
GetSelectionMode(BindableObject element)
21
return (
ListViewSelectionMode
)element.GetValue(SelectionModeProperty);
25
public static void SetSelectionMode(BindableObject element,
ListViewSelectionMode
value)
31
public static
ListViewSelectionMode
GetSelectionMode(this IPlatformElementConfiguration<Windows, FormsElement> config)
33
return (
ListViewSelectionMode
)config.Element.GetValue(SelectionModeProperty);
38
this IPlatformElementConfiguration<Windows, FormsElement> config,
ListViewSelectionMode
value)