TNxGridView6
Ancestor (base) class of all grid views capable to show Grid's data, and react on user input.
Unit NxGridView6.pas (Sources\Next Grid)
Properties
Name | Description |
---|---|
ColumnMoving | Specifies whether a user can reorder columns by clicking and dragging column's header. |
Enabled | Specifies whether the view will react on user interaction (mouse, keyboard inputs). |
FixedColCount | Number of columns to be locked (horizontally non-scrollable) to the left side of a view. |
GridLines | Shows or hides border lines around cells. |
Events
Name | Description |
---|---|
OnActivate | Called when a view is set as single visible and interactive view by ActiveView property of the grid. |
OnGetCellColor | Called when background of a cell need to be filled out and color is being selected. |
OnGetCellGrid | Called when border around single cell is set to be drawn. |
OnColumnMoveDrop | Called after user have finished dragging column into a new position. |
OnColumnMoveOver | Called while user is dragging column. |