ShellTabItem.Resources property

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

Description

The ShellTabItem.Resources typically appears in a main tab definition (<l:ShellTabItem...),  and contains the following code:

<l:ShellTabItem.Resources>

  <converters:BooleanToVisibilityConverter 

                 x:Key="visibleOnExpanded" 

                 TrueValue="Visible" 

                 FalseValue="Hidden"/>

</l:ShellTabItem.Resources>

Namespace

xmlns:l="http://www.teradp.com/schemas/GN4/1/Shell/Presentation"

Members

Keyits value appears in Visibility="{Binding ElementName=LeftExpander, Path=IsExpanded, Converter={StaticResource visibleOnExpanded}}", that is an attribute of the <l:ShellGridSplitter or other controls.

TrueValue

FalseValue

See also

BooleanToVisibilityConverter