Can Virtual Scroll Load "More Data" Like Infinite Scroll?

Ion Infinite Scroll has something like this where it can load more data when you reach the bottom of the dataset:

<ion-infinite-scroll threshold="100px" (ionInfinite)="loadData($event)">

Does Ion Virtual Scroll have anything similar? If not, what would be a way to implement such a feature where a user gets to the bottom of the dataset for Virtual Scrolling, and then it loads more data similar to the Infinite Scrolling.

For posterity, I found this solution - https://www.freakyjolly.com/ionic-4-implement-infinite-scroll-list-with-virtual-scroll-list-in-ionic-4-application/#Implement_Virtual_Scroll_in_Ionic_App