ACarousel icon indicating copy to clipboard operation
ACarousel copied to clipboard

Scrolling issue, if the item view is scrollview

Open fso-msrl opened this issue 2 years ago • 0 comments

because my item content is too long, so I need to add the scrollview in the top level of my content view, like that:

ACarousel(pages) { page in ScrollView(.vertical) { VStack{...} } }

but if you scroll a little right-down, it will show around 10-20px padding in right side. I already set the space & headSpace to 0 also does not work.

how to fix it? thanks

fso-msrl avatar Aug 02 '22 03:08 fso-msrl