<!--
{
  "documentType" : "article",
  "framework" : "QuartzCore",
  "identifier" : "/documentation/QuartzCore/scroll-modes",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Scroll Modes"
}
-->

# Scroll Modes

These constants describe the supported scroll modes used by the [`scrollMode`](/documentation/QuartzCore/CAScrollLayer/scrollMode) property.

## Topics

### Constants

[`none`](/documentation/QuartzCore/CAScrollLayerScrollMode/none)

The receiver is unable to scroll.

[`vertically`](/documentation/QuartzCore/CAScrollLayerScrollMode/vertically)

The receiver is able to scroll vertically.

[`horizontally`](/documentation/QuartzCore/CAScrollLayerScrollMode/horizontally)

The receiver is able to scroll horizontally.

[`both`](/documentation/QuartzCore/CAScrollLayerScrollMode/both)

The receiver is able to scroll both horizontally and vertically.



---

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)