Can Events be re-order by manual

What do you want to achieve?

Can Events be re-order by manual

I wang to change the order of the Events already added manually

Do you see alternative options and workaround to achieve it?

Mention some use cases

Thanks for mentioning this as a desired feature, we’ll see if we can add this to the upcoming next release. Apart from changing it in the exported LVGL code I don’t know of any workarounds for it yet in SquareLine Studio. (But LVGL-code should only be modified in ui_events.c, other parts are overwritten on a next UI-export, maybe it’s better to use only ‘CALL_FUNCTION’ events and have your own priority handling and the operations in the called functions, for the time being.)