mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
45 lines
475 B
Markdown
45 lines
475 B
Markdown
|
```eval_rst
|
||
|
.. include:: /header.rst
|
||
|
:github_url: |github_link_base|/overview/scroll.md
|
||
|
```
|
||
|
# Scroll
|
||
|
|
||
|
## Overview
|
||
|
How it works
|
||
|
Scrollbar
|
||
|
Directions
|
||
|
Everything is scrollable
|
||
|
|
||
|
### Scrolled state
|
||
|
Scrolled state
|
||
|
|
||
|
### Events
|
||
|
Scroll events
|
||
|
|
||
|
## Basic example
|
||
|
|
||
|
## Styling
|
||
|
|
||
|
## Features of scrolling
|
||
|
|
||
|
### Scrollable
|
||
|
scroll_dir too
|
||
|
|
||
|
### Scroll momentum
|
||
|
|
||
|
### Scroll chain
|
||
|
|
||
|
### Scroll on focus
|
||
|
|
||
|
### Snaping
|
||
|
|
||
|
### Scroll one
|
||
|
|
||
|
### Elastic scroll
|
||
|
|
||
|
## Scroll thorw
|
||
|
|
||
|
## Self size
|
||
|
|
||
|
## Examples
|