Enum GridScrollCurrentCellReason
Defines the reason for scrolling current cell into view.
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public enum GridScrollCurrentCellReason
Fields
Name | Description |
---|---|
Activate | Current cell was activated. |
Any | Default: All of above. |
BeginEdit | CurrentCell.BeginEdit was called. |
Click | User clicked into cell. |
Command | A undo or redo command was executed. |
Error | An error occurred and a message box will be displayed. |
FindText | FindDialog has found text in cell. |
GridFocus | Grid control was activated. |
KeyPress | A key was pressed while current cell is active. |
Modified | Contents of current cell are modified. |
MoveTo | CurrentCell.MoveTo was called. |
None | Represents None |
ResizedCells | Columns or rows were resized. |
SynchronizeRecord | Grouping Grid: SynchronizeCurrentCellWithRecord. |