|
1 | 1 | --- |
2 | | -title: Tabstrip alignment |
3 | | -page_title: Tabstrip alignment |
| 2 | +title: Tabstrip Alignment |
| 3 | +page_title: Tabstrip Alignment |
4 | 4 | description: Check our "Tabstrip alignment" documentation article for the RadTabControl {{ site.framework_name }} control. |
5 | 5 | slug: radtabcontrol-fetures-tabstrip-alignment |
6 | 6 | tags: tabstrip,alignment |
7 | 7 | published: True |
8 | 8 | position: 7 |
9 | 9 | --- |
10 | 10 |
|
11 | | -# Tabstrip alignment |
| 11 | +# Tabstrip Alignment |
12 | 12 |
|
| 13 | +The RadTabControl exposes an __Align__ property of type __TabStripAlign__ enumeration. It controls the alignment of the control's tabstrip. You can choose between the following options: |
13 | 14 |
|
| 15 | +* `Left` (default) |
14 | 16 |
|
15 | | -## |
16 | | - |
17 | | -The RadTabControl exposes an __Align__ property of type __TabStripAlign__ enumeration. It controls the alignment of the control's tabstrip. You can choose between the following options: |
18 | | - |
19 | | - |
20 | | -* __Left__ - this is the default value of the property. |
21 | 17 |  |
22 | 18 |
|
23 | | -* __Right__ - alignes the tabstrip from the right. |
| 19 | +* `Right` |
| 20 | + |
24 | 21 |  |
25 | 22 |
|
26 | | -* __Center__ - centeres the tabstrip. |
| 23 | +* `Center` |
| 24 | + |
27 | 25 |  |
28 | 26 |
|
29 | | -* __Justify__ - scales all RadTabItems so that all the available space is filled. |
30 | | - |
| 27 | +* `Justify`—This mode scales all RadTabItems so that all the available space is filled. |
31 | 28 |
|
32 | | ->If there is not enough space available, the RadTabItems are arranged like Justify is chosen. Hence, parts of the items can be clipped. In such cases you can consider using [multi-line tabs]({%slug radtabcontrol-features-multiline-tabs%}). |
33 | | - |
| 29 | + |
34 | 30 |
|
35 | | -## See Also |
| 31 | +If there is not enough space available, the RadTabItems arrangement defaults to e behavior similar to the `Justify` alignment. Hence, parts of the items can be clipped. In such cases you can consider using [multi-line tabs]({%slug radtabcontrol-features-multiline-tabs%}). |
36 | 32 |
|
| 33 | +## See Also |
37 | 34 | * [Visual Structure]({%slug radtabcontrol-visual-structure%}) |
0 commit comments