Class UniformGrid
Represents a uniform grid.
Inheritance
System.Object
UniformGrid
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class UniformGrid : Panel
Constructors
UniformGrid()
Declaration
public UniformGrid()
Fields
ColumnsProperty
Using a DependencyProperty as the backing store for Columns. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ColumnsProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
FirstColumnProperty
Using a DependencyProperty as the backing store for FirstColumn. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty FirstColumnProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
RowsProperty
Using a DependencyProperty as the backing store for Rows. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty RowsProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
Columns
Gets or sets the number of columns in a grid.
Declaration
public int Columns { get; set; }
Property Value
Type |
---|
System.Int32 |
FirstColumn
Gets or sets the fist column in a grid.
Declaration
public int FirstColumn { get; set; }
Property Value
Type |
---|
System.Int32 |
Rows
Gets or sets the number of rows in a grid.
Declaration
public int Rows { get; set; }
Property Value
Type |
---|
System.Int32 |
Methods
ArrangeOverride(Size)
Arrange the children of the UniformGrid by distributing space evenly among the children, making each child the size equal to a cell portion of the arrangeSize parameter.
Declaration
protected override Size ArrangeOverride(Size arrangeSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | arrangeSize | The arrange size. |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | Returns the updated Size. |
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size constraint)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | constraint |
Returns
Type |
---|
Windows.Foundation.Size |