Table of Contents

Enum ColumnFreeze

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.dll

Pinning side for a frozen BOBDataColumn{TItem}. Frozen columns sit on the scroll edge via position: sticky so they stay visible while the rest of the grid scrolls horizontally inside its container.

public enum ColumnFreeze

Fields

End = 2

Column pins to the inline-end edge (right in LTR).

None = 0

Column scrolls with the rest of the grid (default).

Start = 1

Column pins to the inline-start edge (left in LTR).