ListView.SetSelectionMode Method
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.
Overloads
SetSelectionMode(BindableObject, ListViewSelectionMode) |
Sets the selection mode for the element. |
SetSelectionMode(IPlatformElementConfiguration<Windows,ListView>, ListViewSelectionMode) |
Sets the selection mode for the element. |
SetSelectionMode(BindableObject, ListViewSelectionMode)
Sets the selection mode for the element.
public static void SetSelectionMode (Xamarin.Forms.BindableObject element, Xamarin.Forms.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode value);
static member SetSelectionMode : Xamarin.Forms.BindableObject * Xamarin.Forms.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode -> unit
Parameters
- element
- BindableObject
The element whose selectio mode to set.
- value
- ListViewSelectionMode
The new selection mode value.
Applies to
SetSelectionMode(IPlatformElementConfiguration<Windows,ListView>, ListViewSelectionMode)
Sets the selection mode for the element.
public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.ListView> SetSelectionMode (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.ListView> config, Xamarin.Forms.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode value);
static member SetSelectionMode : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, Xamarin.Forms.ListView> * Xamarin.Forms.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, Xamarin.Forms.ListView>
Parameters
The element whose selectio mode to set.
- value
- ListViewSelectionMode
The new selection mode value.