C1.WPF Namespace : UnselectedContentMode Enumeration |
'Declaration
Public Enum UnselectedContentMode Inherits System.Enum
'Usage
Dim instance As UnselectedContentMode
public enum UnselectedContentMode : System.Enum
public enum class UnselectedContentMode : public System.Enum
Member | 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. |
OutsideVisualTree | The visual tree only contains the content of the selected item. The content of unselected items is not in the visual tree. |
System.Object
System.ValueType
System.Enum
C1.WPF.UnselectedContentMode
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2