---
title: scrollContent
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/contentmarginplacement/scrollcontent
---

# scrollContent

The scroll content placement.

## Declaration

```swift
static var scrollContent: ContentMarginPlacement { get }
```

## Discussion

Discussion Scrollable views like ScrollView will use this placement to inset their content, but not their scroll indicators.

## See Also

### Getting the placement

- [automatic](swiftui/contentmarginplacement/automatic.md)
- [scrollIndicators](swiftui/contentmarginplacement/scrollindicators.md)
