maui
maui copied to clipboard
Grid with auto width columns overflows its container
Description
The lightblue background indicates a stacklayout, the gold/lightgreen/pink trio is a grid with 3 columns, each set to auto width!
The 3 columns each has a label with linebreakmode set to middletruncation, yet this does not happen, the grid overflows its container!
But, if i remove the auto width from the 2 outside columns, the linkebreakmode kicks in and it works perfectly!
However, if i reduce the content of the columns, truncation still happens but it should not be, since there is plenty space for the grid to grow!
Steps to Reproduce
Create a new .NET MAUI app, put a 3 coulm Grid inside a StackLayout in a ContentPage, set the Grid's columns to auto with and observe!
Link to public reproduction project repository
No response
Version with bug
8.0.61 SR6.1
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android, I was not able test on other platforms
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
No response