klyn.gui.windows.TabWidget.tabPosition
property
public property tabPosition as TabPosition = TabPosition.TOP
Description

Edge used to display the tab strip.

The default is TabPosition.TOP. Inspector-style panels can place the strip below their content with TabPosition.BOTTOM.

tabs = TabWidget()
tabs.tabPosition = TabPosition.BOTTOM