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

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public enum UnselectedContentMode
Visual Basic
Public Enumeration UnselectedContentMode

Members

Member nameValueDescription
OutsideVisualTree0 The visual tree only contains the content of the selected item. The content of unselected items is not in the visual tree.
Collapsed1 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.

See Also