Gets or sets what is done with the content of unselected items.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
C# |
---|
public UnselectedContentMode UnselectedContentMode { get; set; } |
Visual Basic |
---|
Public Property UnselectedContentMode As UnselectedContentMode Get Set |
Remarks
The default is OutsideVisualTree, which removes from the visual tree the content of unselected items. Changing the property to retain the content of unselected items improves performance at the cost of memory.