File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 <Grid .ColumnDefinitions>
1616 <ColumnDefinition Width =" Auto" />
1717 <ColumnDefinition Width =" *" />
18- <ColumnDefinition Width =" Auto" />
1918 </Grid .ColumnDefinitions>
19+ <Grid .RowDefinitions>
20+ <RowDefinition Height =" *" />
21+ <RowDefinition Height =" Auto" />
22+ </Grid .RowDefinitions>
2023 <winex : MediaPlayerElement x : Name =" player" AutoPlay =" True"
2124 PosterSource =" ms-appx:///Images/logo.png"
2225 AreTransportControlsEnabled =" True" Grid.Column=" 1" >
2326 <winex : MediaPlayerElement .TransportControls>
2427 <winex : MediaTransportControls IsFullWindowButtonVisible =" False" IsNextTrackButtonVisible =" True" IsPreviousTrackButtonVisible =" True" />
2528 </winex : MediaPlayerElement .TransportControls>
2629 </winex : MediaPlayerElement >
27- <ScrollViewer >
30+ <ScrollViewer Grid.RowSpan= " 2 " >
2831 <StackPanel Margin =" 20" x : Name =" propPanel" />
2932 </ScrollViewer >
30- <StackPanel Grid.Column=" 2 " Margin =" 20 " >
33+ <StackPanel Orientation = " Horizontal " Grid.Column=" 1 " Grid.Row= " 1 " HorizontalAlignment = " Center " Margin =" 5 " >
3134 <Button Content =" Load Source" Click =" LoadSourceButton_Click" HorizontalAlignment =" Stretch" />
3235 <Button Content =" Load Playlist" Click =" LoadPlaylistButton_Click" HorizontalAlignment =" Stretch" />
3336 <Button Content =" Load Invalid Source" Click =" LoadInvalidSourceButton_Click" HorizontalAlignment =" Stretch" />
You can’t perform that action at this time.
0 commit comments