VariableSizedWrapGrid.RowSpan attached property
Gets or sets a value that indicates the total number of rows that the element content spans within a parent VariableSizedWrapGrid.
<object VariableSizedWrapGrid.RowSpan="int"/>
Remarks
VariableSizedWrapGrid.RowSpan is an attached property, which supports an Extensible Application Markup Language (XAML) usage. When setting this property in code, use SetRowSpan instead. When getting this property in code, use GetRowSpan instead. In code usages, the target parameter is the object where the attached property value is set. Another way to get or set the value in code is to use the dependency property system, calling either GetValue or SetValue and passing RowSpanProperty as the dependency property identifier.
A VariableSizedWrapGrid.RowSpan value is interpreted by the most immediate parent VariableSizedWrapGrid element from where the value is set.
Zero or negative integer values for VariableSizedWrapGrid.RowSpan 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.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
Windows.UI.Xaml.Controls |
|
Metadata |
|
See also
Build date: 3/12/2013
