Hi,
XamDockManager is slow when it performs dock operations or changes the active Pane in a TabGroupContentPane...
I attach a sample, please click on each one of the W_ panes, then click W1 and you will see that the content becomes blank and there is a delay showing the W1 content....
Then try to dock W2 to bottom and see the delay....
Each ContentPane contains a grid with no data and 30 columns....
PS
I use the latest Service Release..
In the application we develop this behavior is much more visible!!!
Regards,
Michael
I am facing the similar issue..any solution???
There is also this post,
http://community.infragistics.com/forums/t/58905.aspx
that states that a redraw of a UserControl occurs when switching tab pages.
I uploaded a modified sample with a tab control and the same tabs, the switch from each tab does not flicker (the content is not user control, it is just a xamgrid control)
Also when performing a dock operation , the content pane should not draw it's content because the operation is slow... just a rectangle should do the job...