TListLink overrules the drag over method

Delphi 10.3 Update 3
(I don't recall the version of the UI-pack, and the component itself has no version no)
Component : TListLink
I do have 2 listboxes and a set of buttons (move/copy left-right and right-left)
In general it works fine - except the drag-over event.
My need is that the listbox (right side) must be able to rearrange the order, say by dragging the item up / down. I can't set the drag-over event in either of the listboxes, since it apparently will be overruled..
Any suggestion
br.
Anders

It is by design that it overrules this to allow drag & drop of items between 2 listboxes.