[]
        
(Showing Draft Content)

C1.WPF.UnselectedContentMode

UnselectedContentMode Enum

Determines how C1TabControl retains the content of C1TabItems never or no longer selected.

Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public enum UnselectedContentMode

Fields

Name Description
Collapsed

The 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.

Default

Specifies the default behavior.

OutsideVisualTree

The visual tree only contains the content of the selected item. The content of unselected items is not in the visual tree.