vcl-cxgridtableview-7df90420.md
Enumerates grid column anchor modes.
TcxGridColumnFixedKind = (
fkNone,
fkLeft,
fkRight,
fkLeftDynamic
);
| Name | Description | Example |
|---|---|---|
fkNone |
A column is scrollable.
|
|
| fkLeft |
A Table View column or Banded Table View band is anchored to the grid View’s left border or the last column or band anchored to the left.
|
|
| fkRight |
A Table View column or Banded Table View band is anchored to the grid View’s right border or the last column or band anchored to the right.
|
|
| fkLeftDynamic |
A Table View column or Banded Table View band can move freely to the right (when a user scrolls the grid View to the left), but docks to the left when a user scrolls to the right.
|
|
A grid column’s FixedKind property references the TcxGridColumnFixedKind type.
See Also