Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 928 Bytes

grid_rowspan.md

File metadata and controls

26 lines (16 loc) · 928 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.Grid.RowSpan
winrt attachedproperty

Windows.UI.Xaml.Controls.Grid.RowSpan

-description

Gets or sets a value that indicates the total number of rows 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 rows are treated as if they specified the total number and will span all rows.

-see-also

XAML attached properties

-examples