---
title: showsIndicators
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/scrollview/showsindicators
---

# showsIndicators

A value that indicates whether the scroll view displays the scrollable component of the content offset, in a way that’s suitable for the platform.

## Declaration

```swift
nonisolated var showsIndicators: Bool { get set }
```

## Discussion

Discussion The default is true.

## See Also

### Configuring a scroll view

- [content](swiftui/scrollview/content.md)
- [axes](swiftui/scrollview/axes.md)
