StaggeredLayout.DesiredColumnWidth Property

Definition

Gets or sets the desired width for each column.

public double DesiredColumnWidth { get; set; }
member this.DesiredColumnWidth : double with get, set
Public Property DesiredColumnWidth As Double

Property Value

Remarks

The width of columns can exceed the DesiredColumnWidth if the HorizontalAlignment is set to Stretch.

Applies to