Add a ContentBadge control

This commit is contained in:
TheXamlGuy
2024-07-16 20:22:37 +01:00
parent b84e3abef6
commit 40b6e10e4c
4 changed files with 13 additions and 48 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
<ItemEntryActionView />
</SettingsExpander.Action>
<SettingsExpander.Footer>
<TextBox Text="{Binding Value}">
<TextBox Classes="clearButton" Text="{Binding Value}">
<TextBox.Styles>
<Style Selector="TextBox.Write">
<Setter Property="MaxWidth" Value="{Binding Width}" />