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?
I'm sorry for that I can't provid the sample.
But , if the newElement is small. It's OK,
If newElement has alot of control, It's very slow.
Hello,
Is it possible to provide a sample that we can investigate and look into?
Thank you!