Hello,
I have a problem with my WPF app. I use listbox with items which is pages names and frame with pages. I have few huge pages (near 20-25 MB in memory after loading) and when I switch between pages they doubled in memory for some time and all methods called
twice. After some period it stops and begin work in normal way, but this affect on application behavior.
My question is: how to make pages not doubled in memory when I select the page send, third and so on time to avoid such behavior?