This question is locked. New answers and comments are not allowed.
I'm working on WPF app with RadTabControl as Prism region and I don't find solution that fully works as expected.
I have region adapter for tab control, close buttons on tabs, but if I close tab, my region adapter doesn't dispose view model attached by Prism to tab item, it is not garbage collected, so I have memory leaks.
Can someone attache sample project that works?