Add settings button

This commit is contained in:
TheXamlGuy
2024-02-04 16:33:25 +00:00
parent e0a630f82b
commit e53e6eb69b
3 changed files with 23 additions and 3 deletions
+4 -1
View File
@@ -15,7 +15,10 @@
<x:Double x:Key="ButtonWidth">40</x:Double>
<x:Double x:Key="ButtonHeight">40</x:Double>
</UserControl.Resources>
<ItemsControl ItemTemplateSelector="{Binding Converter={windows:DataTemplateConverter}}" ItemsSource="{Binding}">
<ItemsControl
Margin="6,0,6,0"
ItemTemplateSelector="{Binding Converter={windows:DataTemplateConverter}}"
ItemsSource="{Binding}">
<ItemsControl.ItemsPanel>
<ItemsPanelTemplate>
<Grid>