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.98k stars 1.71k forks source link

[macOS] CollectionView.Header with a Grid - incorrect fixed width - does not resize #22354

Open AlexVDV116 opened 3 months ago

AlexVDV116 commented 3 months ago

Description

The Header of a CollectionView does not size appropriately according to the Grid.Columndefinitions.

Tested same code on Windows where it does work like expected.

Steps to Reproduce

  1. Clone the repro repository.
  2. Launch the app on macOS.
  3. Resize the window.
  4. The elements in the CollectionView will resize, the header will stay a fixed width.

image

Using CollectionView.HeaderTemplate together with a DateTemplate does not seem to matter. Running the same code on Windows gives the desired effect where the Headers resize appropriately with the collums.

Link to public reproduction project repository

https://github.com/AlexVDV116/CollectionViewHeaders

Version with bug

8.0.7 SR2

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

macOS

Affected platform versions

macOS Sonoma 14.4.1

Did you find any workaround?

Extracting the GRID out of the CollectionView.Header and placing it above the CollectionView using a VerticalStackLayout, or using a ListView and its headers do provide me the desired effect. However this does not make use of the CollectionView Headers.

Relevant log output

No response

github-actions[bot] commented 3 months 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.

ninachen03 commented 3 months ago

Verified this issue with Visual Studio 17.6.12(build410) (8.0.21 & 8.0.6). Can repro it. image