You need to set it on each row. e.g.:
List(0..<5) { _ in
PreferenceView()
.listRowSeparator(.hidden)
}
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: