Last updated
Was this helpful?
Adds supports for [ListboxComponent]
Component Selector: 'wm-group-box'
ListboxComponent extends BaseControlComponent.
Property
Get/Set
Notify Changes
Details
MultiSelect: boolean
Yes/Yes
No
Specifies whether users can select multiple items in the ListBox at one time
Event
Supported
Parameter
Details
getfocus
Yes
$event: any
Triggers getfocus Event.
losefocus
Yes
$event: any
Triggers losefocus Event.
selectionchanged
Yes
$event: any
This occurs when when selected index changes selectionchanged Event.
Function
Supported
Details
SelectedIndex
Yes
Specify the index of the item in the ListBox that is currently selected
Last updated
Was this helpful?
Was this helpful?