Fig. 1 - KeyedSelection control - List, MultiList, Radio
A control, similar to the Selection control, that allows selection of a single item, or zero or more items, from a list, according to the SelectionStyle. The difference is that it allows script writers and developers to construct script flows which do not rely on hard-coded values, i.e. values which may be assigned at runtime. Writers can
Properties that are common to this and many other controls are described in Common Properties.
Property | Description |
---|---|
Background | See Common Properties |
BorderBrush | See Common Properties |
BorderThickness | See Common Properties |
DisplayBlankValues | Whether the control displays values from the Items list that are empty |
FontFamily | See Common Properties |
FontSize | See Common Properties. Spacing between items is scaled automatically |
FontStyle | See Common Properties |
FontWeight | See Common Properties |
Foreground | See Common Properties |
Height | See Common Properties. A vertical scrollbar is created and controlled automatically |
IsEnabled | See Common Properties |
Items | Defines a list of displayed items. To edit the list, click on the Browse (...) button. The Edit selection items dialogue opens (Fig. 2) : The Key column contains a mandatory key name for each value. For usage details, see the Selection control. |
Language | See Common Properties |
Margin | See Common Properties |
Name | See Common Properties |
SelectionStyle | See the Selection control. |
TabIndex | See Common Properties |
Visibility | See Common Properties |
Width | See Common Properties |
For details of usage within the script flow, see Collection Controls.
See also the Selection control.