---
title: scrollIndicators
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/contentmarginplacement/scrollindicators
---

# scrollIndicators

The scroll indicators placement.

## Declaration

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

## Discussion

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

## See Also

### Getting the placement

- [automatic](swiftui/contentmarginplacement/automatic.md)
- [scrollContent](swiftui/contentmarginplacement/scrollcontent.md)
