Home

Awesome

Avalonia.Controls.ToolBar

NuGet downloads

Description

ToolBar and ToolBarTray controls for Avalonia (port of WPF)

ToolBar API

Property NameValueDescription
OrientationOrientationDefines the orientation of the ToolBar
BandintDefines which group the Toolbar has
BandIndexintDefines which index in group the ToolBar has
IsOverflowOpenboolDefines whether the overflow menu ToolBar is open
HasOverflowItemsboolDefines whether the Toolbar has overflowing elements
IsOverflowItemboolDefines is the ToolBar item overflowing
OverflowModeOverflowModeDefines the overflow mode of the ToolBar

ToolBarTray API

Property NameValueDescription
BackgroundIBrush?Defines the background of ToolBarTray
OrientationOrientationDefines the orientation of the ToolBarTray (affect to ToolBar.Orientation Property)
IsLockedboolDefines whether the ToolBarTray is locked
ToolBarsCollection<ToolBar>Defines Content of ToolBarTray

ToolBar.Demo

ToolBarTray.Demo