How do you allow app users to drag and arrange the order of ListView elements as they wish?

How to allow app users to drag and arrange the order of ListView elements as they wish?

You must use an extension that allows this.

1 Like

Hello S.V.

As far as I'm aware, there isn't an extension that can do this. However, you may be able to find some JavaScript code that can do it with an HTML table. The table's HTML page can be hosted in a Custom Web Viewer:

1 Like

A few years ago I created this

Taifun

1 Like

This sample app lets you move selected Listview Elements up and down the elements list under button control, no extensions.

1 Like