I am using very simple HTML essentially copy/paste from the samples here. I start with 50 items and I have a button to add more (random amount) items. After scroll to the bottom and click the button to add more items, the number of items on the screen reduces in half. I am using angular 15.2.7 and @iharbeck/ngx-virtual-scroller 15.2.0
I am using very simple HTML essentially copy/paste from the samples here. I start with 50 items and I have a button to add more (random amount) items. After scroll to the bottom and click the button to add more items, the number of items on the screen reduces in half. I am using angular 15.2.7 and @iharbeck/ngx-virtual-scroller 15.2.0
Stackblitz - https://stackblitz.com/edit/angular-rryu4u?file=src%2Fmain.ts
Everything is in main.ts file so I am pasting it here for reference: