Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 974 Bytes

grid_columnspan.md

File metadata and controls

29 lines (16 loc) · 974 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.Grid.ColumnSpan
winrt attachedproperty

Microsoft.UI.Xaml.Controls.Grid.ColumnSpan

-description

Gets or sets a value that indicates the total number of columns that the element content spans within a parent Grid.

-remarks

Zero or negative integer values are not permitted. Values that are greater than the total number of columns are treated as if they specified the total number and will span all columns.

-see-also

XAML attached properties

-examples