Hi,
I’m using Syncfusion.Windows.Forms.DragHelper to create my own drag effect and bitmap and there is a blinking effect happening when the mouse is on the bitmap. What I think is happening is when the cursor is on the bitmap of the DragHelper, the grid OnDragLeave is called (which clear the bitmap) and then the OnDragEnter is called (which draw the bitmap). Any tip would be helpful.
Thank
AD
Administrator
Syncfusion Team
September 6, 2005 04:00 PM UTC
Is there anyway you can draw the bitmap offset a little (to avoid the cursor position being over the bitmap)?
AD
Administrator
Syncfusion Team
September 6, 2005 05:55 PM UTC
It wouldn’t be practical. I limited the height of the drag cursor (it’s for row) to 2 pixels to make it harder to create the blinking effect.
AD
Administrator
Syncfusion Team
September 6, 2005 06:01 PM UTC
I minimized the height 1 pixel and the drag cursor move 1 pixel above or below the mouse. It’s better than seeing the blinking but still not 100%.