this is my first question on stackoverflow.. i have some problem with libvlcsharp : when i put vlcsharp mediaElement into a popup (like below code) and run the application , vlcsharp will add 3 button on the top ,right corner of popup : minimize , maximize and close. minimize and maximize works fine but when i click on close button nothing happen. the actual code :
<popup>
<wpf:VideoView x:Name="myVideoControl" MediaPlayer="{Binding MediaPlayer}" />
</popup>
screenshot from popup : libvlcsharp popup screenshop