AreRowGroupHeadersFrozen 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)
- C#
- VB
- F#
public bool AreRowGroupHeadersFrozen { get; set; }
Public Property AreRowGroupHeadersFrozen As Boolean
Get
Set
member AreRowGroupHeadersFrozen : bool with get, set