From 3d35372a066026a60fe6b867487399928b86dd28 Mon Sep 17 00:00:00 2001 From: Felix Divo <4403130+felixdivo@users.noreply.github.com> Date: Tue, 17 Aug 2021 10:07:57 +0200 Subject: [PATCH] Briefly explain horizontal scrolling in tutorial (#1065) * Update README.md Add note on horizontal scrolling --- tutorials/Desktop_Components/README.md | 2 ++ 1 file changed, 2 insertions(+) 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