[]
Represents a behavior that allows only one item to be selected at a time in a ListBox. This behavior is different from setting SelectionMode to 'Single', as it allows no item to be selected.
public static class ListBoxSelectionBehavior
Name | Description |
---|---|
ClickSelectionProperty | The click selection property. |
Name | Description |
---|---|
GetClickSelection(DependencyObject) | Gets the 'ClickSelection' property value. |
SetClickSelection(DependencyObject, bool) | Sets the 'ClickSelection' property value. |