EnumVirtualizationMode
Enum
Specifies the type of virtualization that the TreeView's VirtualizationPanel will use.
Definition
Namespace:Telerik.Windows.Controls.TreeView
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
cs-api-definition
public enum VirtualizationMode
Fields
Hierarchical
Containers will be reused in the TreeView's hierarchy. Expanded and indeterminate items are virtualized.
Recycling
Containers will be reused within the same ItemsControl. Expanded and indeterminate items will be not be recycled.
Standard
No containers will be reused. Expanded and indeterminate items will not be recycled.