Skip to content

Commit e4261c0

Browse files
VelinovAngelnikolay-nenkov
authored andcommitted
Fix: wrong tabbed code block
1 parent 8d9fbc7 commit e4261c0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

components/tabstrip/scrollable-tabs.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ If the TabStrip dimensions exceed the width or height of the page, a browser-lev
1414

1515
To scroll the tabs only, set the `Scrollable` bool parameter of the TabStrip to `true` (defaults to `false`). You should also set the `Width` (for tabs with [Position]({%slug tabstrip-tabs-position%}) set to top and bottom) and `Height` (for tabs with [Position]({%slug tabstrip-tabs-position%}) set to left and right) to achieve the desired behavior.
1616

17-
>caption Horizontal Scrolling
17+
>caption Scroll the tabs only
1818
19-
````RAZOR
19+
````RAZOR Horizontal Scrolling
2020
<TelerikTabStrip Scrollable="true"
2121
Width="300px"
2222
TabPosition="Telerik.Blazor.TabPosition.Top">
@@ -30,10 +30,7 @@ To scroll the tabs only, set the `Scrollable` bool parameter of the TabStrip to
3030
}
3131
</TelerikTabStrip>
3232
````
33-
34-
>caption Vertical Scrolling
35-
36-
````RAZOR
33+
````RAZOR Vertical Scrolling
3734
<TelerikTabStrip Scrollable="true"
3835
Height="200px"
3936
TabPosition="Telerik.Blazor.TabPosition.Left">

0 commit comments

Comments
 (0)