summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPawel Kowal <pkowal1982@gmail.com>2016-07-27 20:24:10 +0200
committerPawel Kowal <pkowal1982@gmail.com>2016-07-27 20:24:10 +0200
commit853161a0000b54bdb85cb57d2e07020bed16589e (patch)
tree9abe575870e78f45d2de1e2479fdf3555a8e7a40 /doc
parent6273ec901faec2823c8f4801244d1cffbbe9b118 (diff)
ScrollContainer expand children bug fix
Diffstat (limited to 'doc')
-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 d70b11b5ae..d1ba170ddb 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -34139,7 +34139,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">