ATTR_TABS_FIT_MODE
| Type: | Control attribute |
| Description: | Specifies how the tabs are drawn in the tabs control. This setting specifically determines how to fit the tabs when they are too long for the tabs control. |
| Control Types: | Tab controls. |
| Data Type: | integer |
| Default Value: | VAL_SINGLE_ROW |
| LabWindows/CVI Compatibility: |
LabWindows/CVI 8.0 and later |
Values
| VAL_SINGLE_ROW | The tabs are limited to a single row. |
| VAL_SINGLE_ROW_JUSTIFY | The tabs are limited to a single row and span the length of the tabs control. |
| VAL_SINGLE_ROW_SCROLL | The tabs are limited to a single row and scroll buttons appear when the tabs are longer than the length of the tabs control. |
| VAL_MULTIPLE_ROWS | The tabs expand to multiple rows when the tabs are longer than the tabs control. |