steve64 Is it possible with LuaRT 1.9.0 to change the position of a ListItem inside its List by drag and drop? If so, do you have a code example ? Also, is it possible to use a key like Delete to remove a ListiItem?
Samir Not for now, drag and drop for listitem is not yet implemented You can use the keyboard.bind() function to bind the DEL key with a callback function that will be called once pressed