Property | Type | Description | |
---|---|---|---|
ColumnsProperty | |||
FirstColumnProperty | |||
RowsProperty |
Method | Description | |
---|---|---|
UniformGrid ( ) : System |
Initializes a new instance of the UniformGrid.
|
Method | Description | |
---|---|---|
ArrangeOverride ( |
Defines the layout of the System.Windows.Controls.Primitives.UniformGrid by distributing space evenly among all of the child elements.
|
Method | Description | |
---|---|---|
MeasureOverride ( |
||
OnFirstColumnChanged ( |
Check that the offset is positive. This seems to be the only check in the WPF uniform grid. Might also make the offset be less than the number of items included in the grid.
|
|
OnRowsColumnsChanged ( |
Validity check on row or column. For now, just check that it is positive. This code could be much simplified.
|
|
UpdateComputedValues ( ) : void |
If no row count or column count is specified, use the smallest square number that will contain all the items as our dimensions. Otherwise, calculate the number of rows or columns needed to contain all items.
|
protected ArrangeOverride ( |
||
finalSize | The System.Windows.Size of the area for the grid to use. | |
return |
public static DependencyProperty,Windows.UI.Xaml ColumnsProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml FirstColumnProperty | ||
return |