Skip to content

Commit 5ed4eef

Browse files
Update components/toolbar/overview.md
Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com>
1 parent a175f8c commit 5ed4eef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/toolbar/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ The Blazor ToolBar provides parameters to configure the component:
8585
| `Adaptive` <br /> (deprecated) | `bool` <br /> (`true`) | Toggles the overflow popup of the ToolBar. The component displays an additional anchor on its side, where it places all items which do not fit and overflow. [Template items](slug://toolbar-templated-item#notes) don't participate in this mechanism and they are always rendered in the ToolBar itself. This parameter is deprecated in favor of `OverflowMode`. |
8686
| `Class` | `string` | The CSS class to be rendered on the main wrapping element of the ToolBar component, which is `<div class="k-toolbar">`. Use for [styling customizations](slug://themes-override). |
8787
| `OverflowMode` | `ToolBarOverflowMode` <br /> (`Menu`) | The adaptive mode of the Toolbar. |
88-
| `ScrollButtonsPosition` | `ToolBarScrollButtonsPosition` enum <br/> (`ToolBarScrollButtonsPosition.Split`) | Specifies the position of the buttons when the ToolBar scroll adaptive mode is enabled. |
89-
| `ScrollButtonsVisibility` | `ToolBarScrollButtonsVisibility` enum <br/> (`ToolBarScrollButtonsVisibility.Visible`)| Specifies the visibility of the buttons when the ToolBar scroll adaptive mode is enabled. |
88+
| `ScrollButtonsPosition` | `ToolBarScrollButtonsPosition` enum <br /> (`Split`) | Specifies the position of the buttons when the ToolBar scroll adaptive mode is enabled. |
89+
| `ScrollButtonsVisibility` | `ToolBarScrollButtonsVisibility` enum <br /> (`Visible`)| Specifies the visibility of the buttons when the ToolBar scroll adaptive mode is enabled. |
9090

9191
### Styling and Appearance
9292

0 commit comments

Comments
 (0)