06-14-2017, 05:09 PM
Hello,
No, it's not possible to move multiple values like that. The list control I'm using in Android is not built for that, and I'm not sure if Microsoft's drag & drop reordering will allow that. I would have to implement an entirely new mechanism to support this. It might be something like, long press to start selection, select each one you want to move, tap a "reorder" button, then tap on the position you want to move the items to. If this is really important to you, I can consider trying to add support for this in the future, but if not, then I'd prefer not to add the extra complexity and work.
Mike
No, it's not possible to move multiple values like that. The list control I'm using in Android is not built for that, and I'm not sure if Microsoft's drag & drop reordering will allow that. I would have to implement an entirely new mechanism to support this. It might be something like, long press to start selection, select each one you want to move, tap a "reorder" button, then tap on the position you want to move the items to. If this is really important to you, I can consider trying to add support for this in the future, but if not, then I'd prefer not to add the extra complexity and work.
Mike