For a treeview I want to have a drag-image (seems to be called ghostimage sometimes) to enhance the user experience.
Right now there is just have a mouse cursor with an empty rect below of it (where the image should go).
Now I found this codeproject article which is very old (2005), so I hope there is something better.
In this blogpost on drag and drop the way to go is an adorner, which seems quite complicated for what I want to have, which is just the dragimage.
This is default dragging behaviour in most other UI frameworks I know.
Is there no easier way to get an drag-image than an adorner?
Any comments highly appreciated!