Class RadUniformGrid
Uniform grid panel with orientation.
Inheritance
Namespace: Telerik.Windows.Controls.Primitives
Assembly: Telerik.Windows.Controls.dll
Syntax
public class RadUniformGrid : Panel
Constructors
RadUniformGrid()
Initializes a new instance of the RadUniformGrid class.
Declaration
public RadUniformGrid()
Fields
ChildrenFlowProperty
Identifies the ChildrenFlow dependency property.
Declaration
public static readonly DependencyProperty ChildrenFlowProperty
Field Value
System.
|
ColumnsProperty
Identifies the Columns dependency property.
Declaration
public static readonly DependencyProperty ColumnsProperty
Field Value
System. The identifier for the Columns dependency property. |
FirstColumnProperty
Identifies the First
Declaration
public static readonly DependencyProperty FirstColumnProperty
Field Value
System. The identifier for the First |
HideFirstColumnProperty
Identifies the HideFirstColumn dependency property.
Declaration
public static readonly DependencyProperty HideFirstColumnProperty
Field Value
System.
|
HideFirstRowProperty
Identifies the HideFirstRow dependency property.
Declaration
public static readonly DependencyProperty HideFirstRowProperty
Field Value
System.
|
PreserveSpaceForCollapsedChildrenProperty
Identifies the PreserveSpaceForCollapsedChildren dependency property.
Declaration
public static readonly DependencyProperty PreserveSpaceForCollapsedChildrenProperty
Field Value
System.
|
RowsProperty
Identifies the Rows dependency property.
Declaration
public static readonly DependencyProperty RowsProperty
Field Value
System. The identifier for the Rows dependency property. |
Properties
ChildrenFlow
Gets or sets a value that specifies the dimension in which child content is arranged.
Declaration
public Orientation ChildrenFlow { get; set; }
Property Value
System. An System. |
Columns
Gets or sets the number of columns that are in the grid.
Declaration
public int Columns { get; set; }
Property Value
System. The number of columns that are in the grid. The default value is zero (0). |
FirstColumn
Gets or sets the number of leading blank cells in the first row of the grid.
Declaration
public int FirstColumn { get; set; }
Property Value
System. The number of empty cells that are in the first row of the grid. The default value is zero (0). |
HideFirstColumn
Gets or sets value that hide or show the first column. This is a Dependency property.
Declaration
public bool HideFirstColumn { get; set; }
Property Value
System.
|
HideFirstRow
Gets or sets value that hide or show the first row. This is a Dependency property.
Declaration
public bool HideFirstRow { get; set; }
Property Value
System.
|
PreserveSpaceForCollapsedChildren
Gets or sets a value specifying whether a collapsed child's size should be preserved.
Declaration
public bool PreserveSpaceForCollapsedChildren { get; set; }
Property Value
System.
|
Rows
Gets or sets the number of rows that are in the grid.
Declaration
public int Rows { get; set; }
Property Value
System. The number of rows that are in the grid. The default value is zero (0). |
Methods
ArrangeOverride(Size)
Defines the layout of the Rad
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System. The System. |
Returns
System. The actual System. |
MeasureOverride(Size)
Computes the desired size of the Rad
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System. The System. |
Returns
System. The desired System. |