Debugging a performance issue on ListBoxDragDropTarget (Silverlight Toolkit)?

Posted by carlmon on Stack Overflow See other posts from Stack Overflow or by carlmon
Published on 2010-06-09T15:39:46Z Indexed on 2010/06/10 6:23 UTC
Read the original article Hit count: 392

I have a complex project using SilverLight Toolkit's ListBoxDragDropTarget for drag-drop operations and it is maxing CPU. I tried to reproduce the issue in a small sample project, but then it works fine. The problem persists when I remove our custom styles and all other controls from the page, but the page is hosted in another page's ScrollView.

"EnableRedrawRegions" shows that the screen gets redrawn on every frame. My question is this: How can I track down the cause of this constant redrawing?

© Stack Overflow or respective owner

Related posts about c#

Related posts about Silverlight