Represents the type of render blocks that are generated.
Definition
Namespace:Telerik.Windows.Controls.VirtualGrid
Assembly:Telerik.Windows.Controls.VirtualGrid.dll
Syntax:
C#
public enum PartitionStrategy
Fields
Crates an optimal set of rectangular blocks.
C#
Dynamic = 0
Crates a set of row and column blocks.
C#
Lines = 2
Crates one render block as large as the view port.
C#
ViewPort = 1