Create a button to enable snap scrolling

You can display a button to let a user snap scroll to a specific point in a list, saving time and increasing user engagement.

Version compatibility

This implementation requires that your project minSDK be set to API level 21 or higher.

Dependencies

Create a button to enable snap scrolling

Use the following code to create a button for smooth snap scrolling in a vertical lazy list with 10 items:

Key points about the code

Results

A vertically scrolling list with an active button
Figure 1. A vertical scrolling list with a snap scroll button.

Parent collections

Lists and grids allow your app to display collections in a visually pleasing form that's easy for users to consume.
Learn how composable functions can enable you to easily create beautiful UI components based on the Material Design design system.
This series of videos introduces various Compose APIs, quickly showing you what’s available and how to use them.

Have questions or feedback

Go to our frequently asked questions page and learn about quick guides or reach out and let us know your thoughts.