FrozenColumnCount Property
Gets or sets the number of columns that the user cannot scroll horizontally.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public int FrozenColumnCount { get; set; }
Public Property FrozenColumnCount As Integer
Get
Set
member FrozenColumnCount : int with get, set