Enum GridScrollCurrentCellReason
Defines the reason for scrolling current cell into view.
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.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 mofied. |
| MoveTo | CurrentCell.MoveTo was called. |
| None | None |
| ResizedCells | Columns or rows were resized. |
| SynchronizeRecord | Grouping Grid: SynchronizeCurrentCellWithRecord. |