diff options
author | Brickcaster <dralon@yahoo.com> | 2015-10-27 17:43:31 -0400 |
---|---|---|
committer | Brickcaster <dralon@yahoo.com> | 2015-11-01 20:58:07 -0500 |
commit | e0e4bcc6a6ce25b311dc66664e746f5ef35e5d96 (patch) | |
tree | 12bc9ffc9b7fd2b502e1c79fb1a827ca11d37886 /doc | |
parent | 18964798b77c3a2c47078a22664d8851e50bbca6 (diff) |
Added description to classes/ScrollContainer
Added description to help understand how to utilize the ScrollContainer
node.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/base/classes.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index a26931d5aa..db8b5b8ab1 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -29178,8 +29178,10 @@ </class> <class name="ScrollContainer" inherits="Container" category="Core"> <brief_description> + A helper node for displaying scollable 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. </description> <methods> <method name="set_enable_h_scroll"> |