Skip to content

ScrollView content size #4

@esatp

Description

@esatp

Describe the bug
When adding a ZStack with 3000x3000 size it just doesn't scroll through this view.

To Reproduce

OpenScrollViewReader { proxy in
                OpenScrollView([.vertical, .horizontal]) {
                    GridView()
                        .frame(width: 3000, height: 2500)
                }
                .clipped()

}

not sure what I'm doing wrong

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