Home
Home
Docs
API
Theme
System
Light
Dark
GitHub
Menu
Loading menu…
Home
API
Avalonia.Controls.Models.TreeDataGrid
ColumnOptions
Properties
MaxWidth
Menu
On this page
MaxWidth Property
Definition
Namespace
Avalonia.Controls.Models.TreeDataGrid
Assembly
Avalonia.Controls.TreeDataGrid.dll
View source
Gets or sets the maximum width for a column.
public GridLength? MaxWidth { get; set; }
Returns
Nullable<GridLength>