From bb6bdcee1a968878b5f681828c000ba066c15a15 Mon Sep 17 00:00:00 2001 From: Lightning_A Date: Sun, 18 Apr 2021 14:38:44 -0600 Subject: Add the ability to hide scrollcontainer's scrollbars --- doc/classes/ScrollContainer.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/classes/ScrollContainer.xml') diff --git a/doc/classes/ScrollContainer.xml b/doc/classes/ScrollContainer.xml index 9c5634f43a..40e29ac74b 100644 --- a/doc/classes/ScrollContainer.xml +++ b/doc/classes/ScrollContainer.xml @@ -39,12 +39,18 @@ If [code]true[/code], enables horizontal scrolling. + + If [code]false[/code], hides the horizontal scrollbar. + The current vertical scroll value. If [code]true[/code], enables vertical scrolling. + + If [code]false[/code], hides the vertical scrollbar. + -- cgit v1.2.3