scrollView on macOS in swiftui

Job ID: 37282005

Budget: $10 – $30 USD

Hi,

I am looking for someone who can help me to have scrollView to work on macOS.
1. showsIndicators is set to false
2. able to scroll left or right like on iOS

ScrollView(.horizontal, showsIndicators: false) {
LazyHGrid(rows: columns, spacing: 16) {
ForEach(0 ..< 15) { item in
Text("\(item)")

.frame(width: 100, height: 100) // Adjust size as needed
}
}
.padding()

}.frame(maxWidth: .infinity)
Related categories: Mobile App Development iPhone Mac OS iPad