When dragging a tree view item inside a tree view, a visual copy of the complete tree view item that I am dragging is rendered at the position of my mouse.
Now I was wondering whether there is a way to change that so that not a visual copy is used when dragging but something I can customize.
The problem is that my tree view items are quite large and it is annoying to the user to see the complete item while she is moving the mouse. Of couse I could just disable the preview using IsDragPreviewEnabled but I would like to have some kind of visual representation of the item when dragging.
Please see the attached picture for reference. I marked the preview containers I would like to customize with red color.
Now I was wondering whether there is a way to change that so that not a visual copy is used when dragging but something I can customize.
The problem is that my tree view items are quite large and it is annoying to the user to see the complete item while she is moving the mouse. Of couse I could just disable the preview using IsDragPreviewEnabled but I would like to have some kind of visual representation of the item when dragging.
Please see the attached picture for reference. I marked the preview containers I would like to customize with red color.