diff --git a/tutorials/Desktop_Components/README.md b/tutorials/Desktop_Components/README.md index 8dbb5b19a5..7573428255 100644 --- a/tutorials/Desktop_Components/README.md +++ b/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`. + Scrollbars ## Lazy scrollable components with Scrollbar