Tabs
- Last UpdatedJun 25, 2024
- 4 minute read
Use Tabs control to group controls placed on the tab in your form. By default, a Tab control is added to the control.
The Tabs container supports only 10 tabs. But in each tab, you can place any number of tab controls and you can also add or delete these controls.
Properties
The properties for the control are grouped under the following tabs:
Basic
|
Property |
Description |
|---|---|
|
Name |
Name that identifies the control. This value is also used for the label of the control. |
|
Description |
Description for the control. |
Appearance
|
Property |
Description |
|---|---|
|
Visible |
Show or hide the control.
Note: If the value is No, then the child controls will be hidden even when the Visible property for the child controls is set to Yes. |
|
Label Position |
Position of the label for the child control.
Note: |
|
Label-Control Area |
Area occupied by the label and the control in percentage.
Note: |
|
Consider Available Height |
Resize the height of the control or container based on the available height.
Note: |
|
Default Tab Index |
The default tab index for the control. |
|
Show Border and Margin |
Show or hide the border and margin for the control.
|
|
Image Path |
Path to the image for the control. The image path is specified as:
|
|
Adapt UI |
Change the user interface of the control based on the display width.
Note: The responsiveness of the container depends on the value set for the Desktop View Only property at the Form level. |
Advanced
|
Property |
Description |
|---|---|
|
On Tab Index Change |
Run a script when the value of the tab index changes, that is when the selected tab changes. For more information, see scripting guidelines for On Tab Index Change property. |
|
ID |
Reference identification code for the control. This value is automatically generated and cannot be changed. |
Scripts
For information about using scripts, see scripting guidelines for Tabs property.
Keyboard-based Navigation
When the focus is on the Tab, you can use the Left and Right keyboard arrows to navigate from one Tab element to the next Tab element in the Form having the Tabs control.