<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/ListStyle/insetGrouped",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI9ListStylePA2A012InsetGroupedcD0VRszrlE05insetF0AEvpZ"
  },
  "title" : "insetGrouped"
}
-->

# insetGrouped

The list style that describes the behavior and appearance of an inset
grouped list.

```
@export(implementation) static var insetGrouped: InsetGroupedListStyle { get }
```

## Discussion

On iOS, the inset grouped list style displays a continuous background color
that extends from the section header, around both sides of list items in the
section, and down to the section footer. This visually groups the items
to a greater degree than either the [`inset`](/documentation/SwiftUI/ListStyle/inset) or
[`grouped`](/documentation/SwiftUI/ListStyle/grouped) styles do.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)