Tab
The Tab UI element is an individual tab page within a tab. The tab consists of a header area, a content area, and an optional toolbar.
● closeable
Specifies whether the user can close the tab.
● enabled
Specifies whether or not the tab can be activated to display its content.
● hasContentPadding
Controls whether there is a padding around the content of the tab page..
● visible
Specifies whether or not the tab is displayed.
Name |
Class |
Type |
Initial Value |
Bindable |
closeable |
IWDTab |
boolean |
true |
bindable |
enabled |
IWDTab |
boolean |
true |
bindable |
hasContentPadding |
IWDTab |
boolean |
true |
bindable |
visible |
IWDTab |
boolean |
true |
bindable |