TAppearanceOptions
Type used for AppearanceOptions property of NextGrid component.Unit: NxCustomGridControl.pas (Sources\Next Grid)
TAppearanceOptions = set of (ao3DGridLines, aoAlphaBlendedSelection, aoBoldTextSelection, aoDontFillCells, aoHideFocus, aoHideSelection, aoHighlightSlideCells, aoHintMarks, aoIndicateSelectedCell, aoIndicateSortedColumn);| Value | Meaning |
|---|---|
| ao3DGridLines | Show 3D, 2px wide grid lines. Default appearance for grid lines is solid 1px (flat) line. |
| aoAlphaBlendedSelection | Paint selection semi-transparent (alpha blended). This option mimic Windows Explorer selection style. |
| aoBoldTextSelection | Bold text in selected cells. |
| aoDontFillCells | Don't fill background of cells in custom drawn columns. |
| aoHideFocus | Hide focus (dotted) rectangle. |
| aoHideSelection | Hide selection (painted in InactiveSelectionColor color) when grid is not focused. |
| aoHighlightSlideCells | |
| aoHintMarks | Control showing red triangles in top-left corner of cells with hint set. |
| aoIndicateSelectedCell | |
| aoIndicateSortedColumn | Paint sorted column in slightly dimmed color. |