AreaSelection | To enable or disable area selection. |
CancelEventAction | To cancel a internal handling of a event then set the CancelEventAction property to true
from within a event. |
CellEvenColor | To set or get the back color of even numbered cells use the CellEvenColor property. |
CellOddColor | To set or get the back color of odd numbered cells use the CellOddColor property. |
Cols | To set or get the column count. |
CornerBtnEnabled | To determine if the cornerbutton should be enabled or not. |
DataPtr | To set or get the data container of the StyleGrid. |
DefaultColumnWidth | To set or get the default column width of the StyleGrid. |
DefaultRowHeight | To set or get the default row height. |
EvenBackColor | Sets or gets the color for even numbered out of bounds cells. |
FreezeCols | Sets the number of columns to freeze to the left. |
GetFocusOnClick | Set this property to true if the control should get focus when its clicked. |
GridLineColor | To set or get the grid line color. |
HasBackColor | This property is used to determine if the StyleGrid should use other than its default BackColor. |
HasCellGridLineColor | This property is used to determine if the StyleGrid should use other than its default CellGridLineColor. |
HasHeader | If the control should have a header then set this property to true. |
HasInactiveSelectionColor | This property is used to determine if the StyleGrid should use other than its default InactiveSelectionColor. |
HasOutOfBoundsGridLineColor | This property is used to determine if the StyleGrid should use other than its default CellOutOfBoundsGridLineColor. |
HasSelectedTextColor | If this property is set to true then the color defined in the SelectedTextColor property
is used for text in selected cells, and by doing that overriding the Text color that is defined in the style for the selected cells. |
HasSelectionColor | This property is used to determine if the StyleGrid should use other than its default SelectionColor. |
HorizontalGrid | To determine if the horizontal grid lines should be visible or not. |
HorizontalScrollbar | To determine if an horizontal scrollbar should be visible or not. |
HotTrack | Lets rows be hot tracked when mouse hovers over them on Windows systems. |
HScrollValue | To set or get the horizontal scrollbar value. |
InactiveSelectionColor | To set or get the selection color when the grid is deactivated. |
LiveScroll | To enable LiveScroll then check this property in the property browser. |
LockDrawing | To set or get LockDrawing value. |
OddBackColor | Sets or gets the color for odd numbered out of bounds cells. |
OutOfBoundsGridLineColor | To set or get the grid line color for out of bounds non existing cells. |
PopupMenuCellFullSensitivity | If set to true then the entire cell for a PopUpMenu cell will trigger a popup, if not then only the popup arrows will trigger a popup. |
RenderSortOrder | This property is used to determine if the sort order icon should be rendered in the corner button. |
Rows | To set or get the row count. |
SelectEntireRow | To set the selection mode to Row or to Single cell. |
SelectedTextColor | Sets the color that is used for text in selected cells, and by doing that overriding the Text color that is defined in the style for the selected cells. |
SelectionColor | To set or get the selection color. |
ShadeSelection | Lets selected row be shaded with platform gradients using Quartz shading on MacOS X Cocoa, GDI plus on Windows and Cairo on Linux systems. |
ShowResizeGlyph | To determine if a space should be available for the Grow button or not. |
SortedBackwardsFlag | Use this property to set or get the the sort order direction that is drawn.
If set to true then the sort indicator is drawn to represent a backward sort. |
SortIndicatorColumn | This property is used to set or get the number of the column which should display a sort indicator. |
StartupCocoaFont | Use this property to set the initial font name on MacOS Cocoa Target platform for the default Style. |
StartupLinuxFont | Use this property to set the initial font name on Linux Target platforms for the default Style. |
StartupLinuxFontSize | Use this property to set the initial font size on Linux Target platforms for the default Style. |
StartupMacFont | Use this property to set the initial font name on MacOS Target platforms for the default Style. |
StartupMacFontSize | Use this property to set the initial font size on MacOS Target platforms for the default Style. |
StartupWin32Font | Use this property to set the initial font name on Win32 Target platforms for the default Style. |
StartupWin32FontSize | Use this property to set the initial font size on Win32 Target platforms for the default Style. |
UseFocusRing | This property is used to determine if the StyleGrid should show a focus ring or not. |
VerticalGrid | This property is used to determine if the vertical grid should be visible or not. |
VerticalScrollbar | To determine if an vertical scrollbar should be visible or not. |
VScrollValue | To set or get the vertical scrollbar value. |