Keep elements displayed in fullscreen UWP application
问题 Below is my design containing media element, play, pause, full window and seeker. <MediaElement x:Name="VideosMediaElement" VerticalAlignment="Top" Height="250" Width="355" Margin="0,20,0,0" BufferingProgressChanged="VideosMediaElement_BufferingProgressChanged" RealTimePlayback="True" /> <Grid x:Name="mediaGrid"> <Border VerticalAlignment="Bottom" Height="60" Background="Black" Opacity="0.1"> </Border> <Image x:Name="PlayIcon" Source="Assets/Play-icon.png" Height="35" HorizontalAlignment=