List Section Margins

Set the section margins for the specific edges.

List Section Margins - iOS Light Mode Preview

Platform Compatibility

iOS 26.0+ iPadOS 26.0+ visionOS 26.0+

Tags

SwiftUI Code

Docs
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