Show TOC

NavigationListLocate this document in the navigation structure

Definition

Description of UI Element Properties

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.

Overview of Inherited and Additional Properties

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

Events

The event onSelect is triggered if the user selects a NavigationList item.