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
105
XamGrid Performance in TabControl (WPF)
posted

Hello,

There is a strange behavior of XamGrid (in WPF) when it placed into TabControl. Switch between tabs takes 1-2 seconds (for redraw). While XamDataGrid is faster in times.

Could you please explain the behavior described above and propose a solution how to decrease the time of switching between tabs.

Example is attached

XamGridExamples.zip
Parents
  • 138253
    Offline posted

    Hello,

     

    I can say that the xamGrid releases all cells to avoid memory leaks, when it's unloaded. It doesn't know the difference between a tab switching vs. the control being remove completely from an application. 

     

    Hope this helps you.

Reply Children