Toolbar Location specifies where the toolbar will be located - in the top or in the right part of the window.
Theme property filter XML code:
<DoStyleAction>
<SetProperty>
<PropertyPath>
<PropertyName>ToolbarLocation</PropertyName>
</PropertyPath>
</SetProperty>
</DoStyleAction>
Possible values:
Default value:
top
Inheritance diagram:
Associated containers, widgets and theme elements:
Associated ui methods:
SetToolbarLocation ↓
GetToolbarLocation↓
Influence and behavior:
With the Toolbar Location property set to right, toolbar will be located in the right side of the window instead of the top of it:
<DoStyleAction>
<SetProperty>
<PropertyPath>
<PropertyName>ToolbarLocation</PropertyName>
</PropertyPath>
</SetProperty>
</DoStyleAction>
<DoStyleAction>
<SetProperty>
<PropertyPath>
<PropertyName>ToolbarLocation</PropertyName>
</PropertyPath>
<PropertyValue>Right</PropertyValue>
</SetProperty>
</DoStyleAction>