Developer

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);









Values
ValueMeaning
ao3DGridLinesShow 3D, 2px wide grid lines. Default appearance for grid lines is solid 1px (flat) line.
aoAlphaBlendedSelectionPaint selection semi-transparent (alpha blended). This option mimic Windows Explorer selection style.
aoBoldTextSelectionBold text in selected cells.
aoDontFillCellsDon't fill background of cells in custom drawn columns.
aoHideFocusHide focus (dotted) rectangle.
aoHideSelectionHide selection (painted in InactiveSelectionColor color) when grid is not focused.
aoHighlightSlideCells
aoHintMarksControl showing red triangles in top-left corner of cells with hint set.
aoIndicateSelectedCell
aoIndicateSortedColumnPaint sorted column in slightly dimmed color.

See also