Yes sorry, I'm using MacOS 13.0.1 - Xcode 14.1
I'm basically trying to mimic the finder column view. So, to have multiple Lists that are horizontally aligned. If there is too many List for the window size, then I can scroll horizontally.
When I use VStack instead of List/ScrollView, it works perfectly. When I use List/ScrollView, if the cursor is over the nested List/ScrollView, the horizontal scroll lags. But if the cursor is next to the nested List/ScrollView, the horizontal scroll works fine.
Here is a video that shows the issue.
https://www.youtube.com/watch?v=_UdlNZQH6Pg