FoolLin / ReorderableContainer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

drawing ReorderableContainer

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

animated

How to use

  1. Click the "+" button to add a new node and select ReorderableVBox or ReorderableHBox.
  2. 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.
  3. Add child control node under ReorderableContainer as many as you like and set custom_minimum_size to appropriate value.
  4. Further documentation is provided with the addon but can be troublesome to access due to this issue and this

License

MIT

About

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

License:MIT License


Languages

Language:GDScript 100.0%