Determines how C1TabControl retains the content of C1TabItems never or no longer selected.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
| C# |
|---|
public enum UnselectedContentMode |
| Visual Basic |
|---|
Public Enumeration UnselectedContentMode |
Members
| Member name | Value | Description | |
|---|---|---|---|
| OutsideVisualTree | 0 | The visual tree only contains the content of the selected item. The content of unselected items is not in the visual tree. | |
| Collapsed | 1 | 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. |