DataGridFrozenColumnCount 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) Version: 11.3.999
public int FrozenColumnCount { get; set; }

Property Value

Int32

See Also