Purpose


Additional component settings



Description


The following settings are available


 Value

 Description

 goArrowKeyExitEditing

 When editing the contents of a cell, pressing the arrows on the keyboard exits the cell.

 goCanHideColumn

 Allows you to hide columns when dragging a column down. Makes sense if the goDisableColumnMoving property = False

 goDisableColumnMoving

 Prohibits dragging columns with the mouse.

 goDisableKeys

 Disables the ability to use the arrows on the keyboard.

 goEscClearEdit

 When editing the contents of a cell, pressing the Escape key on the keyboard will clear the cell.

 goFooter

 Shows the footer.

 goGrid

 Shows the grid that separates columns and rows.

 goHeader

 Shows header.

 goIndicator

 Shows the indicator of the highlighted line.

 goInput

 Shows the input line below the column header.

 goLockFixedCols

 Prohibits drag and drop of fixed columns (see FixedCols).

 goMultiSelect

 Enables multiple row selection (using the Shift and Control buttons)

 goRowResizing

 Enables the ability to change the height of rows with the mouse. Makes sense if the goIndicator property = True

 goRowMoving

 Enables the ability to drag and drop rows with the mouse.

 goSecondClickEdit

 Editing a cell with a double click.

 goSelectFullRow

 Select the entire row.