Add transition

This commit is contained in:
TheXamlGuy
2024-01-17 19:16:45 +00:00
parent 67b0456cbd
commit 7fde5ab0fb
@@ -10,5 +10,10 @@
<StackPanel Orientation="Horizontal" /> <StackPanel Orientation="Horizontal" />
</ItemsPanelTemplate> </ItemsPanelTemplate>
</ItemsControl.ItemsPanel> </ItemsControl.ItemsPanel>
<ItemsControl.ItemContainerTransitions>
<TransitionCollection>
<AddDeleteThemeTransition />
</TransitionCollection>
</ItemsControl.ItemContainerTransitions>
</ItemsControl> </ItemsControl>
</UserControl> </UserControl>