<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -",
    "visionOS: 2.0.0 -",
    "watchOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/ScrollPosition/isPositionedByUser",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI14ScrollPositionV18isPositionedByUserSbvp"
  },
  "title" : "isPositionedByUser"
}
-->

# isPositionedByUser

Whether the scroll view has been positioned by the user.

```
var isPositionedByUser: Bool { get set }
```

## Discussion

You can write to this property to control whether the scroll view
acts as if it has been positioned by the user. If the position had
a non-nil edge / point value, that value will become nil when
setting this property to true.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)