godot/doc
Ryan Roden-Corrent 9d04086451
Document how to autoscroll ScrollContainer.
It is not uncommon to want to scroll to the most recently added child of
a ScrollContainer (e.g. a chat box or activity log). This is a little
tricky, since `ensure_control_visible` will not work on a node on the
same frame as you add it. Let's at least document that you need to wait
until the next frame.

Relates to https://github.com/godotengine/godot-proposals/issues/3629.

Co-authored-by: Yuri Sizov <pycbouh@users.noreply.github.com>
2021-12-12 07:55:01 -05:00
..
classes Document how to autoscroll ScrollContainer. 2021-12-12 07:55:01 -05:00
tools doc: Fix make_rst.py hyperlinks for theme items 2021-11-19 10:41:17 +01:00
translations i18n: Sync classref translations with Weblate 2021-11-19 09:55:14 +01:00
Doxyfile Replace HTTP links with HTTPS for sites with HTTPS versions 2021-08-22 20:13:11 -05:00
Makefile Rename "makerst.py" to "make_rst.py" 2021-10-24 01:58:59 -05:00