diff options
author | Juan Linietsky <reduzio@gmail.com> | 2016-09-10 12:14:33 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-10 12:14:33 -0300 |
commit | 026c7913cf6f38b948d66484d97d7841fa1c9f16 (patch) | |
tree | 1e515b3ffe49ec158021967c419bd2ad7cafa6fe /doc/base | |
parent | e2aad59b59e9cf9791bd7b21383d6c85c4b46203 (diff) | |
parent | 853161a0000b54bdb85cb57d2e07020bed16589e (diff) |
Merge pull request #5942 from pkowal1982/scroll
ScrollContainer expand children bug fix
Diffstat (limited to 'doc/base')
-rw-r--r-- | doc/base/classes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index e202369eda..0718143756 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -35063,7 +35063,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"> |