godot/doc
Ryan Roden-Corrent 22fb04bddf
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>
2021-12-14 06:51:05 -05:00
..
classes Document how to autoscroll ScrollContainer. 2021-12-14 06:51:05 -05:00
tools Make overridden properties link to parent definition 2021-12-03 17:48:49 +03:00
translations i18n: Remove deleted translations from PO files 2021-12-10 11:52:45 +01:00
Doxyfile
Makefile Rename "makerst.py" to "make_rst.py" 2021-10-26 13:34:36 +02:00