cocopon / tweakpane

:control_knobs: Compact GUI for fine-tuning parameters and monitoring value changes
https://tweakpane.github.io/docs/
MIT License
3.69k stars 92 forks source link

Drag-rearrange folders inside a pane #618

Closed aniongithub closed 3 months ago

aniongithub commented 3 months ago

How can I extend tweakpane to allow drag-rearranging of folders inside the same pane? Is this even possible?

Thanks!

cocopon commented 3 months ago

There isn't an easy way to achieve this, but you could try something like the following:

aniongithub commented 3 months ago

Thanks, I'll give this a shot an report back here,

aniongithub commented 3 months ago

I ended up using move up/down buttons in each folder, the visual aspect of the dragging would have been very complicated. Thanks for the pointers!