w-listbox
Last updated
Was this helpful?
Last updated
Was this helpful?
Adds supports for [ListboxComponent]
Component Selector: 'wm-group-box'
ListboxComponent extends .
Property
Get/Set
Notify Changes
Details
border: boolean
Yes/No
No
enabled: boolean
Yes/Yes
No
MultiSelect: boolean
Yes/Yes
No
Specifies whether users can select multiple items in the ListBox at one time
name: string
Yes/No
No
visible: boolean
Yes/Yes
No
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
Inherited from BaseControlComponent
Inherited from BaseControlComponent
Inherited from BaseControlComponent
Inherited from BaseControlComponent