maui icon indicating copy to clipboard operation
maui copied to clipboard

Grid with auto width columns overflows its container

Open RsZoli opened this issue 7 months ago • 12 comments

Description

111

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!

333

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!

222

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

RsZoli avatar Jul 20 '24 11:07 RsZoli