godot/doc
Ryan Roden-Corrent 6a230c0cd3
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.

Backport of https://github.com/godotengine/godot/pull/55609.

Co-authored-by: Yuri Sizov <pycbouh@users.noreply.github.com>
(cherry picked from commit 22fb04bddf)
2021-12-14 17:31:00 +01:00
..
classes Document how to autoscroll ScrollContainer. 2021-12-14 17:31:00 +01:00
tools Rename "makerst.py" to "make_rst.py" 2021-10-26 13:34:36 +02:00
translations i18n: Remove deleted translations from PO files 2021-12-10 11:49:04 +01:00
Doxyfile
Makefile Rename "makerst.py" to "make_rst.py" 2021-10-26 13:34:36 +02:00