ngx-virtual-scroller
ngx-virtual-scroller copied to clipboard
Virtual scroll is not working with ngx-scrollbar as parent scroll
I've tried integrating this module with ngx-scrollbar here is the stackblitz: Parent Scroll with ngx-scrollbax
I've also tried to do with Angular 9 and the latest version of ngx-virtual-scroller and ngx-scrollbar but it doesn't work. The scrollbar is displayed but the elements are not displayed after scrolling. I couldn't create a stackblitz for it but I'll to create one.
My main motive is to integrate with ngx-scrollbar, it supports cdk virtual scrolling but cdk does not support for differing size of elements.
Can anyone let me know how to fix this issue.
Can also share a stackblitz with Angular 9, latest ngx-virtual-scroller i.e., 4.0.3 and latest ngx-scrollbar i.e., 7.2.0.
If there is any other similar module which satisfies all the ngx-scrollbar features and works with ngx-virtual-scroller, can suggest (FYI I've also tried perfect-scrollbar).