To my knowledge there is no tutorial available yet, so let me give you a very short one here:
Structure:
Create a tab strip, add some tabs. Each tab has a content that may be any UI element. Normally, this will be a UI element container containing other elements. You can also embed another view as the content by using a ViewContainerUIElement.
Eventing:
IWDTabStrip.onSelect: event that is triggered when a tab is selected, parameter: id of the newly selected tab.
Programmatically changing the selected tab:
Bind property "selectedTab" to a view context attribute. By setting this attribute to the ID of any tab, this tab will be selected.
See also:
Javadoc for IWDTabStrip, IWDTab
KW documentation (UI element reference guide).
Armin
Add a comment