Enum GridSetCurrentCellOptions
Defines options for the MoveTo(Int32, Int32) method call.
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
[Flags]
public enum GridSetCurrentCellOptions
Fields
| Name | Description |
|---|---|
| ForceRefresh | Force new current cell to be redrawn. |
| NoActivate | Do not active new current cell. Only store row and column index. |
| None | No special options. |
| NoSelectRange | Do not give current cell a range selection (when using Excel-like current cell). |
| NoSyncCurrentCell | Do not synchronize current cell among grid views showing the same model, ignoring |
| ScrollInView | Scroll new current cell into view. |