File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ The following example demonstrates this option in action.
58
58
```` RAZOR
59
59
<TelerikTabStrip Scrollable="true"
60
60
ScrollButtonsVisibility="@TabStripScrollButtonsVisibility.Auto"
61
- Width="100% ">
61
+ Width="30vw ">
62
62
<TabStripTab Title="First">
63
63
First tab content.
64
64
</TabStripTab>
@@ -68,6 +68,12 @@ The following example demonstrates this option in action.
68
68
<TabStripTab Title="Third">
69
69
Third tab content.
70
70
</TabStripTab>
71
+ <TabStripTab Title="Fourth">
72
+ Fourth tab content.
73
+ </TabStripTab>
74
+ <TabStripTab Title="Fifth">
75
+ Fifth tab content.
76
+ </TabStripTab>
71
77
</TelerikTabStrip>
72
78
````
73
79
@@ -83,7 +89,8 @@ The following example demonstrates this option in action.
83
89
84
90
```` RAZOR
85
91
<TelerikTabStrip Scrollable="true"
86
- ScrollButtonsVisibility="@TabStripScrollButtonsPosition.Start">
92
+ ScrollButtonsPosition="@TabStripScrollButtonsPosition.Start"
93
+ Width="280px">
87
94
<TabStripTab Title="First">
88
95
First tab content.
89
96
</TabStripTab>
@@ -93,6 +100,12 @@ The following example demonstrates this option in action.
93
100
<TabStripTab Title="Third">
94
101
Third tab content.
95
102
</TabStripTab>
103
+ <TabStripTab Title="Fourth">
104
+ Fourth tab content.
105
+ </TabStripTab>
106
+ <TabStripTab Title="Fifth">
107
+ Fifth tab content.
108
+ </TabStripTab>
96
109
</TelerikTabStrip>
97
110
````
98
111
You can’t perform that action at this time.
0 commit comments