added buttons for play list
This commit is contained in:
@@ -81,4 +81,12 @@
|
||||
</Page>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<EditorConfigFiles Remove="D:\work\Harmony\HarmonyWinUI\.editorconfig" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Include="D:\work\Harmony\HarmonyWinUI\.editorconfig" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -60,8 +60,24 @@
|
||||
ResizeDirection="Columns"
|
||||
ResizeBehavior="PreviousAndNext" />
|
||||
|
||||
<Grid Grid.Column="2">
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="Auto"/>
|
||||
<RowDefinition Height="*"/>
|
||||
</Grid.RowDefinitions>
|
||||
|
||||
<CommandBar
|
||||
Background="Transparent"
|
||||
IsOpen="False"
|
||||
DefaultLabelPosition="Right"
|
||||
HorizontalAlignment="Left">
|
||||
<AppBarButton Icon="OpenFile" Label="Open"/>
|
||||
<AppBarButton Icon="Save" Label="Save"/>
|
||||
<AppBarButton Icon="Delete" Label="Delete"/>
|
||||
</CommandBar>
|
||||
|
||||
<ListView
|
||||
Grid.Column="2"
|
||||
Grid.Row="1"
|
||||
SelectionMode="Single"
|
||||
ItemsSource="{x:Bind Items}">
|
||||
<ListView.ItemTemplate>
|
||||
@@ -98,6 +114,8 @@
|
||||
</DataTemplate>
|
||||
</ListView.ItemTemplate>
|
||||
</ListView>
|
||||
</Grid>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user