---
title: automaticallyAdjustsScrollIndicatorInsets
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiscrollview/automaticallyadjustsscrollindicatorinsets
---

# automaticallyAdjustsScrollIndicatorInsets

A Boolean value that indicates whether the system automatically adjusts the scroll indicator insets.

## Declaration

```swift
var automaticallyAdjustsScrollIndicatorInsets: Bool { get set }
```

## Discussion

Discussion The default value is true.

## See Also

### Managing the scroll indicator and refresh control

- [indicatorStyle](uikit/uiscrollview/indicatorstyle-swift.property.md)
- [UIScrollView.IndicatorStyle](uikit/uiscrollview/indicatorstyle-swift.enum.md)
- [showsHorizontalScrollIndicator](uikit/uiscrollview/showshorizontalscrollindicator.md)
- [showsVerticalScrollIndicator](uikit/uiscrollview/showsverticalscrollindicator.md)
- [horizontalScrollIndicatorInsets](uikit/uiscrollview/horizontalscrollindicatorinsets.md)
- [verticalScrollIndicatorInsets](uikit/uiscrollview/verticalscrollindicatorinsets.md)
- [flashScrollIndicators()](uikit/uiscrollview/flashscrollindicators().md)
- [withScrollIndicatorsShown(forContentOffsetChanges:)](uikit/uiscrollview/withscrollindicatorsshown(forcontentoffsetchanges:).md)
- [refreshControl](uikit/uiscrollview/refreshcontrol.md)
- [UIRefreshControl](uikit/uirefreshcontrol.md)
