TTMSFNCDataGridNodeCellIconPosition Enumeration
Controls the vertical alignment of the expand/collapse icon within a tree-node cell.
API unit family: TMSFNCDataGridCell
Remarks
gcipTop = icon aligned to the top of the cell; gcipCenter = icon vertically centred (default); gcipBottom = icon at the bottom.
Members
| Name | Description |
|---|---|
gcipTop |
The expand/collapse icon is aligned to the top of the cell. |
gcipCenter |
The expand/collapse icon is vertically centred within the cell (default). |
gcipBottom |
The expand/collapse icon is aligned to the bottom of the cell. |