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
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.
I have a similar issue. I have a WPF tab-based application where the user often utilizes 10-15 grid in normal usage, and the memory usage just keeps piling up, i.e. the cells aren't released when switching between tabs. This is extremely unsustainable. Is there a fix to this? I tried setting the grid (xamGrid) visibility to collapsed or hidden but it doesn't work. Memory is only freed up when the entire application is minimized to the system tray. The issue is the same for the xamDataGrid as for the xamGrid. Please help me.