Fix listview color and add ch3 starter project

This commit is contained in:
Alvin Ashcraft
2023-05-06 14:41:28 -04:00
parent 059a82b6a5
commit e29c389e86
21 changed files with 478 additions and 1 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
<ComboBox x:Name="ItemFilter" MinWidth="120" Margin="0,2,6,4"/>
</StackPanel>
</Grid>
<ListView Grid.Row="1" x:Name="ItemList" Background="Purple">
<ListView Grid.Row="1" x:Name="ItemList" Background="LightGoldenrodYellow">
<ListView.HeaderTemplate>
<DataTemplate>
<Grid>