Conclusion

In this lesson, you’ve learned:

  • How to make Row and Column composables scrollable using the scroll modifiers.
  • verticalScroll is used with column composables to achieve vertical scrolling.
  • horizontalScroll is used with row composables to achieve horizontal scrolling.
  • Both scrolling modifiers accept a ScrollState object.
  • You can manipulate the scrolling behavior using the different properties and functions offered by the ScrollState object.
See forum comments
Download course materials from Github
Previous: Demo Next: Quiz: Using Scrolling Modifiers