We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For multi-line TextBoxes, the area that invokes the text cursor changed in 0.9.3. This makes it harder to place the text cursor and select text.
This issue was caused by c225dd6, which set the horizontal/vertical content alignment to Left/Top. I think they should both be Stretch.
Left
Top
Stretch
<TextBox TextWrapping="Wrap" AcceptsReturn="True" Text="Foo
Bar" Height="100" Width="200"/>
The text was updated successfully, but these errors were encountered:
b318080
Thanks for the detailed report. Should be fixed now,
Sorry, something went wrong.
No branches or pull requests
For multi-line TextBoxes, the area that invokes the text cursor changed in 0.9.3. This makes it harder to place the text cursor and select text.
This issue was caused by c225dd6, which set the horizontal/vertical content alignment to
Left
/Top
. I think they should both beStretch
.The text was updated successfully, but these errors were encountered: