Table of Contents

Enum ItemAlignment

Namespace
WpfToolkit.Controls
Assembly
VirtualizingWrapPanel.dll

Specifies how items are aligned on the cross axis of a VirtualizingWrapPanel.

public enum ItemAlignment

Fields

Center = 1

The items are centered om the cross-axis.

End = 2

The items are placed at the end of the cross axis.

Start = 0

The items are placed at the start of the cross axis.

Stretch = 3

The items are stretched to fill the cross axis.