Gets or sets the number of rows for this panel.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public int Rows { get; set; }
Visual Basic
Public Property Rows As Integer
	Get
	Set
XAML Attribute Usage
<object Rows="int" .../>

Remarks

The default value (0) specifies that the row count is computed based on the number of columns and the number of visible child elements.

See Also