---
title: NSScrollView.Elasticity
framework: appkit
role: symbol
role_heading: Enumeration
path: appkit/nsscrollview/elasticity
---

# NSScrollView.Elasticity

These constants determine the elasticity behavior for an axis of the scrollview.

## Declaration

```swift
enum Elasticity
```

## Topics

### Constants

- [NSScrollView.Elasticity.automatic](appkit/nsscrollview/elasticity/automatic.md)
- [NSScrollView.Elasticity.none](appkit/nsscrollview/elasticity/none.md)
- [NSScrollView.Elasticity.allowed](appkit/nsscrollview/elasticity/allowed.md)

### Initializers

- [init(rawValue:)](appkit/nsscrollview/elasticity/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Constants

- [NSScrollView.FindBarPosition](appkit/nsscrollview/findbarposition-swift.enum.md)
