Gets or sets the number of columns for this panel.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public int Columns { get; set; }
Visual Basic
Public Property Columns As Integer
	Get
	Set

Remarks

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

See Also