Summary
Arranges the content of the
DataGridColumnHeadersPresenter
.
- Namespace
- Avalonia
.Controls .Primitives - Containing Type
- Data
Grid Column Headers Presenter
Syntax
protected override Size ArrangeOverride(Size finalSize)
Parameters
Name | Type | Description |
---|---|---|
finalSize | Size | The final area within the parent that this element should use to arrange itself and its children. |
Return Value
Type | Description |
---|---|
Size |
The actual size used by the DataGridColumnHeadersPresenter .
|