StaggeredPanel Class

Definition

Arranges child elements into a staggered grid pattern where items are added to the column that has used least amount of space.

public class StaggeredPanel : Windows.UI.Xaml.Controls.Panel
type StaggeredPanel = class
    inherit Panel
Public Class StaggeredPanel
Inherits Panel
Inheritance
Windows.UI.Xaml.Controls.Panel
StaggeredPanel

Constructors

StaggeredPanel()

Initializes a new instance of the StaggeredPanel class.

Fields

ColumnSpacingProperty

Identifies the ColumnSpacing dependency property.

DesiredColumnWidthProperty

Identifies the DesiredColumnWidth dependency property.

PaddingProperty

Identifies the Padding dependency property.

RowSpacingProperty

Identifies the RowSpacing dependency property.

Properties

ColumnSpacing

Gets or sets the spacing between columns of items.

DesiredColumnWidth

Gets or sets the desired width for each column.

Padding

Gets or sets the distance between the border and its child object.

RowSpacing

Gets or sets the spacing between rows of items.

Methods

ArrangeOverride(Size) Windows.UI.Xaml.Controls.Panel.ArrangeOverride(Windows.Foundation.Size)
MeasureOverride(Size) Windows.UI.Xaml.Controls.Panel.MeasureOverride(Windows.Foundation.Size)

Applies to