Josha
Results
3
comments of
Josha
Same problem here
Use the scrollTop property of your scroll-container after inserting items to your list ``` scrollToIndex(index: number): void { // elementRef on my scroll container const nativeElement = this.getMatList(); if (nativeElement.children.length...
What's the status?