DataGridMeasureOverride Method
Measures the children of a
DataGridRow to prepare for
arranging them during the
ArrangeOverride(Size) pass.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
protected override Size MeasureOverride(
Size availableSize
)
Protected Overrides Function MeasureOverride (
availableSize As Size
) As Size
abstract MeasureOverride :
availableSize : Size -> Size
override MeasureOverride :
availableSize : Size -> Size
- availableSize Size
-
The available size that this element can give to child elements. Indicates an upper limit that
child elements should not exceed.
Size
The size that the
DataGridRow determines it needs during layout, based on its calculations of child object allocated sizes.