misc: auto hide scrollers

This commit is contained in:
mrFq1
2023-06-04 15:39:47 +08:00
parent 42b6c2da0e
commit 41da4015f4

View File

@@ -48,6 +48,7 @@ struct CollectionsTableView<Item: Hashable>: NSViewRepresentable {
let scrollView = NonRespondingScrollView()
scrollView.hasVerticalScroller = true
scrollView.hasHorizontalScroller = true
scrollView.autohidesScrollers = true
let tableView = NonRespondingTableView()
tableView.usesAlternatingRowBackgroundColors = true