ShellToolBarTray class

Build 1501 on 14/Nov/2017  This topic last edited on: 22/Mar/2016, at 16:37

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.ToolBarTrayNameCould be "Bottom"
DockPanel.Dockthe name where docked, e.g. "Bottom"
Orientation"Horizontal"
Heighta 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"/>