This commit is contained in:
2025-07-12 16:23:27 +02:00
parent a0345cad94
commit 8937332942
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@
SelectionChangedCommand="{Binding SelectNoteCommand}"
SelectionChangedCommandParameter="{Binding Source={RelativeSource Self}, Path=SelectedItem}">
<!-- Designate how the collection of items are laid out -->
<!-- Designate how the collection of items is laid out -->
<CollectionView.ItemsLayout>
<LinearItemsLayout Orientation="Vertical" ItemSpacing="10" />
</CollectionView.ItemsLayout>