GanttViewHandle
Interface
Represents the Object which is passed to the ref callback of the GanttView component.
Definition
Package:@progress/kendo-react-gantt
Properties
scrollIntoView
(options: { rowIndex?: number }) => void
Method to allow the scroll to be set to a specific row index.
Parameters:options{ rowIndex?: number }