WPF Dragging causes renderer to stop
Posted
by Cameron MacFarland
on Stack Overflow
See other posts from Stack Overflow
or by Cameron MacFarland
Published on 2009-09-30T09:18:35Z
Indexed on
2010/03/21
2:01 UTC
Read the original article
Hit count: 408
I'm having a problem with my WPF app, where any sort of drag operation stops the UI from updating. The issue seems periodic, as in, the item drags, stops, drags again, stops, etc. in 2 second intervals. It's affecting all controls, including scroll bars.
If checked this question as well as this one, and it doesn't seem to be caused by window transparencies. I'm running Win7 x64 with .NET 3.5sp1.
Does anyone know what might be causing this, or a way of figuring out what might be causing this?
© Stack Overflow or respective owner