w-listbox
Adds supports for [ListboxComponent]
Implementation Details
Component Selector: 'wm-group-box'
Class inheritance
ListboxComponent extends BaseControlComponent.
Support
Properties
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
Events
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.
Functions
Function
Supported
Details
SelectedIndex
Yes
Specify the index of the item in the ListBox that is currently selected
Last updated