ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / UnselectedContentMode Enumeration

In This Topic
    UnselectedContentMode Enumeration
    In This Topic
    Determines how C1TabControl retains the content of C1TabItems never or no longer selected.
    Syntax
    'Declaration
     
    Public Enum UnselectedContentMode 
       Inherits System.Enum
    public enum UnselectedContentMode : System.Enum 
    Members
    MemberDescription
    CollapsedThe content of an item is grafted into the visual tree when first selected. When an item is unselected, the content is kept in visual tree with collapsed visibility.
    DefaultSpecifies the default behavior.
    OutsideVisualTreeThe visual tree only contains the content of the selected item. The content of unselected items is not in the visual tree.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xaml.UnselectedContentMode

    See Also