Is there a SwiftUI equivalent for NSBrowser?
I tried to create my own with a (horizontal) ScrollView
containing an HStack
of List
s, but it looks like List
's selection
can currently only be used for editing mode (i.e. checkmarks) rather than normal mode (i.e. gray backgrounds).