VirtualScroll Jump to position

I have a large list that I’m displaying with virtual scroll (10k). Works pretty good.

Is there a method to jump to a specific position in the list?

The list is alphabetically and I would like the user to be able to select a letter from a sidebar and then I jump to the first item that starts with that letter.

Any pointers appreciated.

latest ionic release (3.x).

Thanks,
Chris…

See: https://stackoverflow.com/questions/41339158/scrollto-particular-item-of-listivew-in-ionic-2

Did you get any solution to this @chrisane ?

in virtual scroll, the elements are not created, so we cannot get item by id as opposed to having a plain list