You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys, I'd like to know if it is possible to tell the virtual-scroller to display only a maximum number of items inside of it, without specifiying any container height.
For example: I'm displaying a search's results inside of a virtual-scroll container, but I don't want to fix the container's height because I don't know how many results there will be, plus I don't know the height of the items containing the result.
I would like to tell the virtual-scroller to display only max 10 items at a time.