Hi Nick,
Please ignore our previous update.
We have prepared a sample to bring specific record into
view, please download from below location.
CodeSnippet:
RowColumnIndex rowcolumnindex = new RowColumnIndex();
rowcolumnindex.RowIndex = Convert.ToInt16(txtbox.Text);
this.GanttControl.GanttGrid.Model.TreeGrid.ScrollInView(rowcolumnindex);
this.GanttControl.GanttGrid.Model.TreeGrid.CurrentCell.MoveTo(rowcolumnindex);
Note:
In the sample, when the ganttcontrol is loaded, initially a
specific row should be selected and then we can input the row index in the user
option to bring the record into view.
Please let us know in case of any query.
Regards,
Suresh S
Attachment:
GanttControl_6404e168.zip