I'm trying to create a horizontal ScrollView, inside which there are many Lists that can scroll vertically.
My guess is that scroll event is captured by List, ScrollView has no chance to handle.
Does any has any workaround?
The problem is, horizontal scroll is not happening if mouse scroll is triggered inside List.like MacOS Finder app
My guess is that scroll event is captured by List, ScrollView has no chance to handle.
Code Block ScrollView(.horizontal) { List List List ... }
Does any has any workaround?