---
title: insetGrouped
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/liststyle/insetgrouped
---

# insetGrouped

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

## Declaration

```swift
static var insetGrouped: InsetGroupedListStyle { get }
```

## Discussion

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 or grouped styles do.

## See Also

### Getting built-in list styles

- [automatic](swiftui/liststyle/automatic.md)
- [bordered](swiftui/liststyle/bordered.md)
- [carousel](swiftui/liststyle/carousel.md)
- [elliptical](swiftui/liststyle/elliptical.md)
- [grouped](swiftui/liststyle/grouped.md)
- [inset](swiftui/liststyle/inset.md)
- [plain](swiftui/liststyle/plain.md)
- [sidebar](swiftui/liststyle/sidebar.md)
