This commit is contained in:
TheXamlGuy
2024-05-26 18:09:53 +01:00
parent 99a9ad3e2a
commit 542d9bc12a
11 changed files with 90 additions and 17 deletions
+7 -1
View File
@@ -13,6 +13,12 @@
</AttachedBehaviour>
</Interaction.Behaviors>
<ScrollViewer Padding="12,12,12,0">
<ItemsControl ItemTemplate="{ReflectionBinding Template}" ItemsSource="{Binding}" />
<ItemsControl ItemTemplate="{ReflectionBinding Template}" ItemsSource="{Binding}">
<ItemsControl.ItemsPanel>
<ItemsPanelTemplate>
<StackPanel Spacing="24" />
</ItemsPanelTemplate>
</ItemsControl.ItemsPanel>
</ItemsControl>
</ScrollViewer>
</UserControl>