Files
Walleby/Bitvault.Avalonia/SearchHeaderView.axaml
T
TheXamlGuy c1b6e595bc Mass rename
2024-05-12 11:02:19 +01:00

7 lines
230 B
XML

<UserControl
x:Class="Bitvault.Avalonia.SearchHeaderView"
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<AutoCompleteBox VerticalAlignment="Center" />
</UserControl>