DataGridAreRowGroupHeadersFrozen Property

Gets or sets a value that indicates whether the row group header sections remain fixed at the width of the display area or can scroll horizontally.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public bool AreRowGroupHeadersFrozen { get; set; }

Property Value

Boolean

See Also