Свойство | Тип | Описание | |
---|---|---|---|
ColumnsProperty | |||
FirstColumnProperty | |||
RowsProperty |
Метод | Описание | |
---|---|---|
UniformGrid ( ) : System |
Initializes a new instance of the UniformGrid.
|
Метод | Описание | |
---|---|---|
ArrangeOverride ( |
Defines the layout of the System.Windows.Controls.Primitives.UniformGrid by distributing space evenly among all of the child elements.
|
Метод | Описание | |
---|---|---|
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. | |
Результат |
public static DependencyProperty,Windows.UI.Xaml ColumnsProperty | ||
Результат |
public static DependencyProperty,Windows.UI.Xaml FirstColumnProperty | ||
Результат |