HypernovaDesktop Components · docs
Binarymission
WPFVirtualizing Wrap Panel › GroupVirtualizationMode

GroupVirtualizationMode

enum.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WPF.Controls.Panels.VirtualizingWrapPanel

Lists the available modes of rendering the grouped data.

public enum GroupVirtualizationMode

Members at a glance

ContinuationIn this mode, the grouped data is rendered one after the other group's data completes.
LineBreakIn this mode, a line break is visualized soon after one grouped set of data is rendered, and the new grouped data starts rendering in the next (visualized) line (row/column).
StandaloneLineIn this mode, a blank line is rendered between two groups of data. Otherwise it is similar to the LineBreak option.

Members

Continuation

In this mode, the grouped data is rendered one after the other group's data completes.

LineBreak

In this mode, a line break is visualized soon after one grouped set of data is rendered, and the new grouped data starts rendering in the next (visualized) line (row/column).

StandaloneLine

In this mode, a blank line is rendered between two groups of data. Otherwise it is similar to the LineBreak option.