Glossary Item Box
TabStrip control may has single or multiple rows of tabs. This behavior is defined by using Rows property of the control.
For example if Rows=2 control with five tabs will be looks:
![]() |
![]() |
|
TabStrip with selected tab #2 |
TabStrip with selected tab #4 |
If Rows=3 control with five tabs will be looks:
![]() |
![]() |
|
TabStrip with selected tab #2 |
TabStrip with selected tab #1 |
To switch TabStrip between single-row mode and multi-row mode use client API function al_TabStrip_SingleRowMode.
After calling function al_TabStrip_SingleRowMode('TabStrip1', true, '300px') TabStrip will be looks: