We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: