NSBrowser in SwiftUI

Is there a SwiftUI equivalent for NSBrowser?

I tried to create my own with a (horizontal) ScrollView containing an HStack of Lists, 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).

NSBrowser in SwiftUI
 
 
Q