---
title: defaultMinListRowHeight
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/environmentvalues/defaultminlistrowheight
---

# defaultMinListRowHeight

The default minimum height of rows in a list.

## Declaration

```swift
var defaultMinListRowHeight: CGFloat { get set }
```

## Discussion

Discussion The height of list rows is bounded below by this default value, and is otherwise determined by the height of the row’s content and the row insets.

## See Also

### Configuring a list’s layout

- [listRowInsets(_:)](swiftui/view/listrowinsets(_:).md)
- [listRowInsets(_:_:)](swiftui/view/listrowinsets(_:_:).md)
- [defaultMinListHeaderHeight](swiftui/environmentvalues/defaultminlistheaderheight.md)
- [listRowSpacing(_:)](swiftui/view/listrowspacing(_:).md)
- [listSectionSpacing(_:)](swiftui/view/listsectionspacing(_:).md)
- [ListSectionSpacing](swiftui/listsectionspacing.md)
- [listSectionMargins(_:_:)](swiftui/view/listsectionmargins(_:_:).md)
