List Section Margins
Set the section margins for the specific edges.
Platform Compatibility
iOS 26.0+ iPadOS 26.0+ visionOS 26.0+
Tags
SwiftUI Code
List {
Section("Header") {
Text("Foo")
}
.listSectionMargins(.horizontal, 0)
Section {
Text("Bar")
} header: {
Text("Header")
}
}
Found an issue or have a suggestion?
Created: August 7, 2025Updated: August 7, 2025