TreeListHandle
Interface
Represent the ref of the TreeList component.
Definition
Package:@progress/kendo-react-treelist
Properties
element
null | HTMLDivElement
The HTML element of the TreeList component.
props
Readonly<TreeListProps>
The props of the TreeList component.
scrollIntoView
(options: { rowIndex?: number }) => void
Method to allow the scroll to be set to a specific row index.
Parameters:options{ rowIndex?: number }
Object, containing the rowIndex to which is going to be scrolled.