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
510
The WPF dock manager is very slow.
posted

I have to tabs, When i drag one of them to  rearrange the tabs.  It takes about 3 sencond.

Debug into your code. I found that :

In SplitPane class. The following call cost most of the time.

if

 

(this.IncludePanesAsLogicalChildren)

 

this.AddLogicalChild(newElement);

Do you have any sugesstion to solve the problem?