Purpose


Configuring the appearance of the component



Description


The following settings are available


 Value

 Description

 aoAlphaBlendedSelection

 Paint selection semi-transparent (alpha blended). This option mimic Windows Explorer selection style. Set it to False to set a different color in the SelectionColor property

 aoBoldTextSelection

 Bold text in selected cells.

 aoHideFocus

 Hide focus (dotted) rectangle.

 aoHideSelection

 Hide selection (painted in InactiveSelectionColor color) when grid is not focused.

 aoHighlightSlideCells

 Highlights the cell dimensions visually when the GridStyle component property = gsSlides

 aoHintMarks

 Control showing red triangles in top-left corner of cells with hint set.   Form1.TableGrid1.Cell[x, y].Hint := 'Text';

 aoIndicateSelectedCell

 Additionally highlight the selected cell in the selected row.

 aoIndicateSortedColumn

 Paint sorted column in slightly dimmed color.