Enum
PartitionStrategy

Represents the type of render blocks that are generated.

Definition

Namespace:Telerik.Windows.Controls.VirtualGrid

Assembly:Telerik.Windows.Controls.VirtualGrid.dll

Syntax:

cs-api-definition
public enum PartitionStrategy

Fields

Dynamic

Crates an optimal set of rectangular blocks.

Declaration

cs-api-definition
Dynamic = 0

Field Value

PartitionStrategy

Lines

Crates a set of row and column blocks.

Declaration

cs-api-definition
Lines = 2

Field Value

PartitionStrategy

ViewPort

Crates one render block as large as the view port.

Declaration

cs-api-definition
ViewPort = 1

Field Value

PartitionStrategy

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