DesktopGrid re-ordering/drag and drop

I’m trying to swap a ListBox to a DesktopGrid in my desktop and where I’m going down a rabbit hole is I allow reordering on the listbox. It appears that functionality is not present on the Grid so I’m trying all sorts to see if I can programmatically drag and drop, but seem to getting stuck. (Claude/Codex seem to be creating random new events that never exist :slight_smile: ).

Anyone tackled this before? Thanks

Since Listbox is so much more well rounded than DesktopGrid which is incomplete and has so many bugs and flaws, I have to ask…

Why are you trying to do this?

Your answer is spot on. I am updating the UI to be more HTML5’ey :slight_smile: and was planning on using the container control. However, I futzed around last night with the graphics object on the PaintCellText event on the Listbox, and it’ll do the job very well. Avoids a lot of logic change too.