Browse Source

Briefly explain horizontal scrolling in tutorial (#1065)

* Update README.md

Add note on horizontal scrolling
pull/1077/head
Felix Divo 3 years ago committed by GitHub
parent
commit
3d35372a06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tutorials/Desktop_Components/README.md

2
tutorials/Desktop_Components/README.md

@ -90,6 +90,8 @@ fun TextBox(text: String = "Item") {
}
```
Scrollbars can be moved by dragging the bars and using the mouse wheel or the touchpad. Horizontal scrolling with the mouse wheel can be performed by side-clicking the whell or by holding down `Shift`.
<img alt="Scrollbars" src="scrollbars.gif" height="412" />
## Lazy scrollable components with Scrollbar

Loading…
Cancel
Save