Is it possible to move the selected item from horizontal ScrollView to the most far left position in the ScrollView? I can't use "scrollTo" which ScrollViewReader provides (iOS 13 support) Bassicly I need to auto move the selected item so it becomes fully visible on the screen. Any ideas?
Thanks in advance everyone!