Свойство | Тип | Описание | |
---|---|---|---|
ColumnsProperty | |||
FirstColumnProperty | |||
RowsProperty |
Метод | Описание | |
---|---|---|
ArrangeOverride ( |
Provides the behavior for the Arrange pass of layout. Classes can override this method to define their own Arrange pass behavior.
|
|
MeasureOverride ( |
Provides the behavior for the Measure pass of the layout cycle. Classes can override this method to define their own Measure pass behavior.
|
Метод | Описание | |
---|---|---|
UpdateComputedValues ( ) : void |
protected ArrangeOverride ( |
||
arrangeSize | /// The final area within the parent that this object should use to arrange itself /// and its children. /// | |
Результат |
protected MeasureOverride ( |
||
constraint | /// The available size that this object can give to child objects. Infinity can /// be specified as a value to indicate that the object will size to whatever /// content is available. | |
Результат |
public static DependencyProperty,Windows.UI.Xaml ColumnsProperty | ||
Результат |
public static DependencyProperty,Windows.UI.Xaml FirstColumnProperty | ||
Результат |