Tab Controls


Tab controls hide complexity by grouping controls and only showing one group at a time. In WinX, tab controls create a vertical auto sizer series for every tab. If you want WinX to manage controls embedded in the tab control automatically, create the controls as children of the main window (not the tab control) and add them to the appropriate auto sizer series. You can get the auto sizer series associated with a particular tab using the WinXTabs_GetAutosizerSeries function.

Related Links

WinXAddTabs
WinXTabs_AddTab
WinXTabs_DeleteTab
WinXTabs_GetAutosizerSeries
WinXTabs_GetCurrentTab
WinXTabs_SetCurrentTab