
Re-order list control
Started by
horacebury
Jan 27 2019 08:28 AM
Personally, I think that would be very difficult to try and implement using our widget.newTableView() API. You would probably have to implement it using a widget.newScrollView() building your own rows using display.newGroup()s. Basically building your own tableView.
Rob
Yeah, I figured. I've always wondered why this wasn't included in the widget.* library. Or, for that matter, on the plugin marketplace.
I've tried it in the past and, if memory serves, it was very difficult.
I'm trying again anyway.
Here's the first working version of the re-order list control. Improvements to be made... Added a web demo to the framework I'm sharing:
https://github.com/HoraceBury/CoronaFramework
- ojnab likes this