@sfko I'm using something like this right now, but I would like to have something offset-based.
It’s mostly since I got a “restore” mechanic when you leave a screen and come back (the screen deallocs completely and only a State is saved in custom NavigationStack), and I would like to apply the last saved offset.
It works well for screens that use my custom CollectionView Wrapper, but with this API, you are never that precise.