I have a MediaElement on a Tab in TabControl
When the Tab is changed, the MediaElement stops playing and restarts when the original Tab is reselected
I have a MediaElement on a Tab in TabControl
When the Tab is changed, the MediaElement stops playing and restarts when the original Tab is reselected
The solution is to set UnloadedBehavior="Manual"
for the MediaElement
Thanks to this answer - https://social.msdn.microsoft.com/Forums/vstudio/en-US/a311a5f5-1138-40a6-8c09-50f19737d81e/mediaelement-unplayable-after-getting-hidden?forum=wpf