ComponentOne Basic Library for WPF and Silverlight
UnselectedContentMode Property (C1TabControl)


C1.WPF Namespace > C1TabControl Class : UnselectedContentMode Property
Gets or sets what is done with the content of unselected items.
Syntax
'Declaration
 
Public Property UnselectedContentMode As UnselectedContentMode
'Usage
 
Dim instance As C1TabControl
Dim value As UnselectedContentMode
 
instance.UnselectedContentMode = value
 
value = instance.UnselectedContentMode
public UnselectedContentMode 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.
See Also

Reference

C1TabControl Class
C1TabControl Members