We just launched Compose Examples featuring over 150+ components! Check it out →

clipScrollableContainer

Common

Modifier in Compose Foundation

Clips bounds of scrollable container on main axis while leaving space for background effects (like shadows) on cross axis.

Last updated:

Installation

dependencies {
   implementation("androidx.compose.foundation:foundation:1.8.0-alpha01")
}

Overloads

@Stable
fun Modifier.clipScrollableContainer(orientation: Orientation)

Parameters

namedescription
orientationorientation of the scrolling
by @alexstyl