Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
90
Dock Manager Performance
posted

We are seeing performace issues when dealing with the xamdockmanager. Here is a list of the things that we see:

 

  1.  When docking windows together, they both disappear for anywhere between 5-30+ secs before they reappear docked.
  2. Switching between tabs can be slow, more so when moving to a tab that has a xamdatagrid
  3. Undocking an item, such as a tab, shows nothing for a few seconds before finally rippng the window out of the splitpane and floating it so the user can acknowledge that it was been undocked and can be moved around.

I have tried tracking these issues down, but could find no solution to the problem. Attached is a SS of the summary for the profiler in vs2010. This was a short session where all I did was open 3 windows, all of which had xamdatagrids, and docked/undocked them. It is  showing the major hotpaths during this session to be internal to infragistics and wpf framework itself.

Do you have any idea how to improve the performance we are seeing? The only solution I can possible guess is that we need to trim our visual tree.