I'm following Bea Stollnitz's blog post on implementing drag and drop on an data bound ItemsControl. It works very nicely, but I have a question for anyone who's experienced something similar...
When I begin dragging the item, there is a small, dashed rectangle at the bottom of the mouse. I cannot figure out at all how to hide that rectangle. Does anyone know how to get rid of this? I would add a screenshot, but when I do a Print Screen, the rectangle doesn't appear.
I think it has something to do with a focus setting on the AdornerLayer
that the "DraggedAdorner" is added to.
Thanks!