Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrolling issue, if the item view is scrollview #20

Open
fso-msrl opened this issue Aug 2, 2022 · 0 comments
Open

Scrolling issue, if the item view is scrollview #20

fso-msrl opened this issue Aug 2, 2022 · 0 comments

Comments

@fso-msrl
Copy link

fso-msrl commented Aug 2, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant