Description
Defines the name, orientation, heigh and other parameters of an expandable zone.
Namespace
xmlns:l="http://www.teradp.com/schemas/GN4/1/Shell/Presentation"
Members
ShellUI.ToolBarTrayName | Could be "Bottom" |
DockPanel.Dock | the name where docked, e.g. "Bottom" |
Orientation | "Horizontal" |
Height | a value or "Auto" |
Example
<l:ToolBarTrayExpander
Name="ExpDockBottom"
DockPanel.Dock="Bottom"
ExpandDirection="Up"
IsExpanded="True"
>
<l:ShellToolBarTray
l:ShellUI.ToolBarTrayName="Bottom"
Orientation="Horizontal"
Height="Auto"
/>
</l:ToolBarTrayExpander>
Other examples
<l:ShellToolBarTray
l:ShellUI.ToolBarTrayName="Left"
DockPanel.Dock="Left"
Orientation="Vertical"
Width="Auto"/>