MultiSelect for UWP
複数選択モード
機能 > 複数選択モード

MultiSelect provides SelectionMode property to determine whether you can select one or more than one item from the header. This property lets you choose between the following selection modes through SelectionMode enumeration:

To set the selection mode to single, use the following code:

C#
コードのコピー
mselect.SelectionMode = C1.Xaml.Input.SelectionMode.Single;