now with less flickering

This commit is contained in:
TheXamlGuy
2024-07-12 22:40:52 +01:00
parent 07032b5f02
commit c8cc46225e
3 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -5,7 +5,8 @@
xmlns:vm="using:Wallet"
x:DataType="vm:MultilineTextEntryViewModel"
Header="{Binding Key}"
IsExpanded="True">
IsExpanded="True"
IsToggleable="True">
<TextBox Text="{Binding Value}" TextWrapping="Wrap">
<TextBox.Styles>
<Style Selector="TextBox.Write">