Skip to content

Commit

Permalink
fix: TextBox doesn't support the TextWrapping.WrapWholeWords enumerat…
Browse files Browse the repository at this point in the history
…ion value
  • Loading branch information
workgroupengineering committed Apr 26, 2022
1 parent b800a40 commit 8e6faab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
MinHeight="120"
MaxWidth="300"
Text="{Binding MyInput, Mode=TwoWay}"
TextWrapping="WrapWholeWords"
TextWrapping="Wrap"
AcceptsReturn="False" />
<TextBlock Text="Result :" />
<TextBlock Text="{Binding Result}" />
Expand Down

0 comments on commit 8e6faab

Please sign in to comment.