2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
InternalMove methodThe current cell of a grid can be moved by skipping ‘n’ number of specified cells in any direction. The following InternalMove method can be used to achieve this scenario. C# //Move's the Grid CurrentCell by skipping 2 cells in the right direction (From 4,1 To 4,3). this.gridGroupingControl1.TableControl.CurrentCell.InternalMove(GridDirectionType.Right, 2, GridSetCurrentCellOptions.ScrollInView); VB ‘Move's the Grid CurrentCell by skipping 2 cells in the right direction (From 4,1 To 4,3). Me.gridGroupingControl1.TableControl.CurrentCell.InternalMove(GridDirectionType.Right, 2, GridSetCurrentCellOptions.ScrollInView); Samples: C# - Internal Move VB - Internal Move
|
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.