Enum
VirtualizationMode

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.

Declaration

cs-api-definition
Hierarchical = 2

Field Value

VirtualizationMode

Recycling

Containers will be reused within the same ItemsControl. Expanded and indeterminate items will be not be recycled.

Declaration

cs-api-definition
Recycling = 1

Field Value

VirtualizationMode

Standard

No containers will be reused. Expanded and indeterminate items will not be recycled.

Declaration

cs-api-definition
Standard = 0

Field Value

VirtualizationMode

In this article
DefinitionFieldsHierarchicalRecyclingStandard
Not finding the help you need?
Contact Support