xamarin/Xamarin.Forms

Label text is cut off in grid row AUTO

Open

#3,754 opened on Sep 10, 2018

 (3 comments) (0 reactions) (0 assignees)C# (1,926 forks)batch import
a/layoute/4 :clock4:help wantedinactivet/bug :bug:up-for-grabs

Repository metrics

Stars
 (5,644 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Description

iOS: When I set label inside the StackLayout with orientation HORIZONTAL and the whole stack is set in AUTO row in GRID, the text in label is cut off (probably the size of row is calculated incorrectly)

Steps to Reproduce

zrzut ekranu 2018-09-10 o 13 09 46

Expected Behavior

The label text can't be cut off.

Basic Information

  • Version with issue: Xamarin.Forms 3.0.0.482510 on iOS

Screenshots

Reproduction

AutoTextOnGrid.zip

Contributor guide