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
Key | its 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