Skip to content

Scrolling issue, if the item view is scrollview #20

@fso-msrl

Description

@fso-msrl

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions