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 = 2Column pins to the inline-end edge (right in LTR).
None = 0Column scrolls with the rest of the grid (default).
Start = 1Column pins to the inline-start edge (left in LTR).