Developer

TNxGridOptions

Unit: NxGrid.pas (Sources\Next Grid)

TNxGridOptions = set of (goArrowEndEditing, goAutoHideScrollBars, goExitEndEditing, goTabLeaveControl);




Values
ValueMeaning
goArrowEndEditingUser can leave cell being edited (and end editing) with arrow keys.
goAutoHideScrollBarsScrollbars are hidden if there is no need for them.
goExitEndEditingGrid will exit from edit mode (and assign value) if grid loses focus.
goTabLeaveControlUser can leave control by pressing Tab key on last cell in grid.

See also