This topic has not yet been rated - Rate this topic

Grid.Row Attached Property

Gets or sets a value that indicates which row child content within a Grid should appear in.

Namespace:  System.Windows.Controls
Assembly:  System.Windows (in System.Windows.dll)
See GetRow, SetRow
<object Grid.Row="int"/>

Property Value

Type: System.Int32
An Int32 value that represents the row in which child content should appear. The default value is 0.

Dependency property identifier field: RowProperty

Rows in a Grid are defined using the RowDefinition element.

The following example displays a TextBlock that is positioned in the fourth row.


<TextBlock Margin="5" Grid.Row="3" Grid.Column="0">1st Column, 4th Row</TextBlock>


Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ