GetEstimatedWidth(Double) Method

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll

Gets the estimated total width of all columns.

double GetEstimatedWidth(double constraint)

Parameters

constraint
Double

The available viewport width.

Returns