How to create SwipeView gallery with prev/next pages visible?
-
I am trying to create a 2D gallery with SwipeView where you can see that there are items ("pages") before and after the current one, like with
clip
set tofalse
. See screenshot:This actually works OK by setting a smaller
width
and turningclip
off, except that the inactive pages are hidden at some point, and re-shown when they are activated. I want them to stay visible all the time.Any ideas? I am not married to SwipeView but it does behave nicely except this hiding behavior.