Hello All,

Is it possible to draw a position marker line before a target node when dragging over it?
I am dragging rows from one FlyGrid to another. The dragged row will be inserted before the target row, so I want to show clearly what the new position of the dragged row will be after inserting.

I have seen samples on the net using DrawLine, but they all work in the CellPaint event.
FlyGrid only has a Paint event, which does not seem to trigger during a DragOver.

Any ideas?

Thanks,

Frido.