NavigationList 

contentHeight
Specifies the height of the content area of the NavigationList and is of type int. This is a defined height without horizontal scrolling.
itemSelectable
Specifies whether the user can select an item.
itemSource
Determines the item source of the NavigationList. You can use this to specify the path to the context node providing the data. As with a Tree, you can use recursive context nodes to implement a hierarchical list of items.
itemText
Specifies the text of the item.
Name |
Interface |
Type |
Initial Value |
Bindable |
|---|---|---|---|---|
contentHeight |
IWDNavigationList |
int |
0 |
bindable |
Enabled |
IWDUIElement |
boolean |
true |
bindable |
itemSelectable |
IWDNavigationList |
boolean |
true |
bindable |
itemSource |
IWDNavigationList |
Object |
bindable_mandatory |
|
itemText |
IWDNavigationList |
String |
bindable |
|
Tooltip |
IWDUIElement |
String |
bindable |
|
Visible |
IWDUIElement |
WDVisibility |
visible |
bindable |
The event onSelect is triggered if the user selects a NavigationList item.