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

How to use LazyVStack in SolidScrollView? #2

Open
K999999999 opened this issue Sep 8, 2022 · 1 comment
Open

How to use LazyVStack in SolidScrollView? #2

K999999999 opened this issue Sep 8, 2022 · 1 comment

Comments

@K999999999
Copy link

K999999999 commented Sep 8, 2022

struct ContentView: View {
    var body: some View {
        SolidScrollView(.vertical, showsIndicators: false) {
            LazyVStack {
                ForEach(0 ..< 50, id: \.self) { _ in
                    Color.blue
                        .frame(height: 44)
                }
            }
        }
    }
}
@edudnyk
Copy link
Owner

edudnyk commented Jan 13, 2023

Hey @K999999999, your issue report is not complete. Please describe what does not work and what do you expect to happen

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

2 participants