---
title: "scroll"
type: "property"
---
## API Reference

> Source set: Common

```kotlin
val scroll =
            Modifier.scrollable(
                orientation = scrollerPosition.orientation,
                overscrollEffect = overscrollEffect,
                reverseDirection = reverseDirection,
                state = wrappedScrollableState,
                interactionSource = interactionSource,
                enabled = enabled && scrollerPosition.maximum != 0f,
            )
```
