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
I want to start my Image Gallery by clicking on a specific photo. For this I use the setCurrentItem method. This works perfect for the main image, but the thumbnails still start with the first image and not the selected one. Is there an interface for this that I've overseen, or can setCurrentItem be changed so that the thumbnails are also adjusted in it? ( scroll(thumbnailsContainer.getChildAt(i)) )
thanks :)
The text was updated successfully, but these errors were encountered:
I want to start my Image Gallery by clicking on a specific photo. For this I use the setCurrentItem method. This works perfect for the main image, but the thumbnails still start with the first image and not the selected one. Is there an interface for this that I've overseen, or can setCurrentItem be changed so that the thumbnails are also adjusted in it? ( scroll(thumbnailsContainer.getChildAt(i)) )
thanks :)
The text was updated successfully, but these errors were encountered: