kendo-angular
kendo-angular copied to clipboard
[TreeList] Method scrollTo works only with virtual scrolling
Describe the bug KendoTreelist API method scrollTo is not working in case of non virtual scroll.
To Reproduce Please try it here https://stackblitz.com/edit/angular-vphzhf?file=app/app.component.ts If [scrollable] is changed to "'virtual'" it works fine.
Expected behavior It should work in case of non-virtual too..
Additional context Add any other context about the problem here.
We need this to be fixed. Not being able to scroll to items that are not rendered yet: made us consider switching to scrollable/non-virtual. We cannot. Please fix
any update on this fix?