From b2dddc3c82e166cdca715e7f66eebf21be79f134 Mon Sep 17 00:00:00 2001 From: Gilles Roudière Date: Fri, 25 Jun 2021 21:19:46 +0200 Subject: Allow disabling scrolling in Tree --- doc/classes/Tree.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/Tree.xml b/doc/classes/Tree.xml index 6a65d4ff7d..a3a169c005 100644 --- a/doc/classes/Tree.xml +++ b/doc/classes/Tree.xml @@ -372,6 +372,12 @@ If [code]true[/code], the tree's root is hidden. + + If [code]true[/code], enables horizontal scrolling. + + + If [code]true[/code], enables vertical scrolling. + Allows single or multiple selection. See the [enum SelectMode] constants. -- cgit v1.2.3