dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
21.83k stars 1.67k forks source link

RowDefinitions=Star not rendering properly (Xamarin migration) #22571

Open inimirpaz opened 1 month ago

inimirpaz commented 1 month ago

Description

Please find the repro and screenshot attached. In the repro is also present the Xamarin solution.

Screenshot 2024-05-22 alle 12 21 17

It seems that the row heights are inconsistent with the star definition (For instance RowDefinitions="*, *" renders the second row with a different height, this was not the case with Xamarin)

Steps to Reproduce

No response

Link to public reproduction project repository

https://github.com/inimirpaz/maui_issues/tree/grid_issue

Version with bug

8.0.40 SR5

Is this a regression from previous behavior?

Yes, this used to work in Xamarin.Forms

Last version that worked well

Unknown/Other

Affected platforms

iOS, Android

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

No response

github-actions[bot] commented 1 month ago

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

inimirpaz commented 2 weeks ago

Has this been verified by the team?