
F
Publisher
foollin
ReorderableContainer
Tools
Container UI Drag-and-Drop ScrollContainer Customizable Layout Interaction Management
A container similar to BoxContainer but extended with drag-and-drop style reordering functionality, and auto-scroll functionality when placed under ScrollContainer.
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
ReorderableContainer
A container similar to BoxContainer but extended with drag-and-drop style reordering functionality, and auto-scroll functionality when placed under ScrollContainer.
How to use
- Click the "+" button to add a new node and select
ReorderableVBox
orReorderableHBox
. - Add it under
ScrollContainer
if you want to make "Reorderable list". The container will automatically scroll when the user drag item to a certain point. Note: This addon also works with SmoothScroll by SpyrexDE. - Add child control node under
ReorderableContainer
as many as you like and setcustom_minimum_size
to appropriate value. - Further documentation is provided with the addon but can be troublesome to access due to this issue and this