This repository has been archived by the owner on May 1, 2024. It is now read-only.
This repository has been archived by the owner on May 1, 2024. It is now read-only.
(WPF) Label displays only one line #3558
Closed
Description
Description
A label in a stack layout only displays its first line. It doesn't wrap.
Steps to Reproduce
- Create this:
<StackLayout><Label Text="Lotsa text here"/></StackLayout>
Expected Behavior
The text wraps and all lines of text are displayed. This is the behavior on UWP.
Actual Behavior
Only the first line of text is displayed.
Basic Information
- Version with issue: 3.1.0.697729