ScrollGalleryView icon indicating copy to clipboard operation
ScrollGalleryView copied to clipboard

setCurrentItem does not adjust the thumbnails

Open MaAllma opened this issue 4 years ago • 0 comments

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 :)

MaAllma avatar Nov 08 '21 15:11 MaAllma