Closed
Description
openedon Oct 26, 2022
Description
A Label with LineBreakMode="WordWrap" does not wrap the text when inside a HorizontalStackLayout or StackLayout with Orientation="Horizontal". It works with a VerticalStackLayout.
Steps to Reproduce
- Put a Label inside a HorizontalStackLayout
- Set LineBreakMode to "WordWrap" and give it a long text
- Label doesnt break its text
Link to public reproduction project repository
https://github.com/borrmann/LabelBreak
Version with bug
6.0.486 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS, Windows
Affected platform versions
iOS 16, Windows 10.0.171340.0
Did you find any workaround?
no
Relevant log output
No response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment