Skip to content

Commit

Permalink
List key versions inside a WrapPanel
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxhy committed Dec 11, 2024
1 parent 2ea6b4c commit 23ea306
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions KeyManager.Library.UI/KeyEntryDialog.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@
</materialDesign:Card>
</DataTemplate>
</ListBox.ItemTemplate>
<ListBox.ItemsPanel>
<ItemsPanelTemplate>
<WrapPanel />
</ItemsPanelTemplate>
</ListBox.ItemsPanel>
</ListBox>
</ScrollViewer>
</TabItem>
Expand Down

0 comments on commit 23ea306

Please sign in to comment.