mirror of
https://github.com/PacktPublishing/Learn-WinUI-3-Second-Edition.git
synced 2026-06-20 12:23:09 +00:00
Fix listview color and add ch3 starter project
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user