Files
Walleby/Bitvault.Avalonia/ItemCategoryNavigationView.axaml
T
TheXamlGuy 601e74b6ec wip
2024-05-27 04:19:06 +01:00

8 lines
287 B
XML

<ListBoxItem
x:Class="Bitvault.Avalonia.ItemCategoryNavigationView"
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:vm="using:Bitvault"
x:DataType="vm:ItemCategoryNavigationViewModel"
Content="{Binding Name}" />