Dropping a row where indicator is, and shifting rest of rows downward

As long as the user’s highlight colour is actually blue.
See here:

You mean “on the right”, correct? Your screenshot doesn’t show a selection in your left listbox.

What about setting me.Listindex=-1 in the DropObject?

Then add argue you could fill a white rectangle :wink:

Maybe I’ve not followed all this thread, but you could do this in the drop event, at the very end:
DroppedRow=-1
me.invalidateCell(-1,-1) 'Or was it “RefreshCell(-1,-1)” in API1? I don’t remember.

The listbox would refresh, and since DroppedRow=-1, your code is responsible to not draw the blue highlight.