<!--
{
  "availability" : [
    "iOS: 18.4.0 -",
    "iPadOS: 18.4.0 -",
    "macCatalyst: 18.4.0 -",
    "macOS: 15.4.0 -",
    "tvOS: 18.4.0 -",
    "visionOS: 2.4.0 -",
    "watchOS: 11.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/ScrollTargetBehaviorProperties",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI30ScrollTargetBehaviorPropertiesV"
  },
  "title" : "ScrollTargetBehaviorProperties"
}
-->

# ScrollTargetBehaviorProperties

Properties influencing the scroll view a scroll target behavior
applies to.

```
struct ScrollTargetBehaviorProperties
```

## Topics

### Initializers

[`init()`](/documentation/SwiftUI/ScrollTargetBehaviorProperties/init())

Creates a default set of properties.

### Instance Properties

[`var limitsScrolls: Bool`](/documentation/SwiftUI/ScrollTargetBehaviorProperties/limitsScrolls)

Whether this scroll target behavior should limit the
distance a scroll view scrolls by default. When enabled,
the scroll view prefers to scroll a shorter distance.
By default, this is not enabled.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

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)