Hello
I have defined a “rounded list” in one of my app screens. This list contains all items I could need
Sometime, I need to remove some items because they are not usefull, sometime I need to have them displays
Like it exist the “append” function, does it exist a function to insert an item at a wanted position in the list?
I think I also found a possible bug. Assume on item having an “On click” action defined. When removing this item from the list and appending it from a cloned item, the action associated seems to have been removed for ever. It is a bug? Any way to prevent this?
Many thanks