Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information

A container similar to BoxContainer but extended with drag-and-drop style reordering functionality, and auto-scroll functionality when placed under ScrollContainer.
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
License
A container similar to BoxContainer but extended with drag-and-drop style reordering functionality, and auto-scroll functionality when placed under ScrollContainer.
Reviews
Quick Information

A container similar to BoxContainer but extended with drag-and-drop style reordering functionality, and auto-scroll functionality when placed under ScrollContainer.