aboutsummaryrefslogtreecommitdiff
path: root/doc/base/classes.xml
diff options
context:
space:
mode:
authorPawel Kowal2016-07-27 20:24:10 +0200
committerRémi Verschelde2016-09-18 23:16:33 +0200
commit2b43d0a0287d7115e7a6705c050182abf27c6313 (patch)
tree2b73f2424d5ea1df116a1d38977088afd83721ae /doc/base/classes.xml
parentee23649813f0d79b4984a8f1947a9ed021dae843 (diff)
downloadgodot-2b43d0a0287d7115e7a6705c050182abf27c6313.tar.gz
godot-2b43d0a0287d7115e7a6705c050182abf27c6313.tar.zst
godot-2b43d0a0287d7115e7a6705c050182abf27c6313.zip
ScrollContainer expand children bug fix
(cherry picked from commit 853161a0000b54bdb85cb57d2e07020bed16589e)
Diffstat (limited to 'doc/base/classes.xml')
-rw-r--r--doc/base/classes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index 72ffbde2a..b4d01120d 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -34392,7 +34392,7 @@
A helper node for displaying scrollable elements (e.g. lists).
</brief_description>
<description>
- A ScrollContainer node with a [Control] child and scrollbar child ([HScrollbar], [VScrollBar], or both) will only draw the Control within the ScrollContainer area. Scrollbars will automatically be drawn at the right (for vertical) or bottom (for horizontal) and will enable dragging to move the viewable Control (and its children) within the ScrollContainer. Scrollbars will also automatically resize the grabber based on the minimum_size of the Control relative to the ScrollContainer. Works great with a [Panel] control.
+ A ScrollContainer node with a [Control] child and scrollbar child ([HScrollbar], [VScrollBar], or both) will only draw the Control within the ScrollContainer area. Scrollbars will automatically be drawn at the right (for vertical) or bottom (for horizontal) and will enable dragging to move the viewable Control (and its children) within the ScrollContainer. Scrollbars will also automatically resize the grabber based on the minimum_size of the Control relative to the ScrollContainer. Works great with a [Panel] control. You can set EXPAND on children size flags, so they will upscale to ScrollContainer size if ScrollContainer size is bigger (scroll is invisible for chosen dimension).
</description>
<methods>
<method name="get_h_scroll" qualifiers="const">