You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/toolbar/overview.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -85,8 +85,8 @@ The Blazor ToolBar provides parameters to configure the component:
85
85
|`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`. |
86
86
|`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). |
87
87
|`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. |
0 commit comments