DragPicture position using DragRow

I’m trying to drag (cells, not a full row) from a listbox using DragRow, once I set the content of DragPicture it displays at the start of the listbox row, not at the cursor position.

Until now I always started drags manually at MouseDown event and there I can set any position for the picture, isn’t this possible for DragRow?

If it helps someone:
I solved it creating a picture with transparent background in the size of the whole ListBox row and drawing my pics at the mouse position into the graphics of this picture.

I had the same problem of the dragpicture not at the good place for a listbox, and solved it around the same way !