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