AreRowDetailsFrozen Property
Gets or sets a value that indicates whether the row details 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 AreRowDetailsFrozen { get; set; }
Public Property AreRowDetailsFrozen As Boolean
Get
Set
member AreRowDetailsFrozen : bool with get, set