[Issue (IssueTracker.Github, 2594, "StackLayout produces overlapping layouts on some phones with specific screen sizes", PlatformAffected.Android | PlatformAffected.iOS | PlatformAffected.WinPhone)]
publicclassIssue2594:ContentPage
{
publicIssue2594()
{
varlayout=newStackLayout{
Children={
newStackLayout{
BackgroundColor=Color.Red,
Orientation=StackOrientation.Horizontal,
Children={
newStackLayout{
BackgroundColor=Color.Gray,
Children={
newLabel{Text="LONG TEXT. LONG TEXT. LONG TEXT. LONG TEXT. LONG TEXT.",TextColor=Color.Olive},