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

[MAUI]I3_Sizing_Specific item sizing for horizontal list When the window is reduced, the content is not fully displayed. #23695

Open ninachen03 opened 1 month ago

ninachen03 commented 1 month ago

Description

Affected case: I3: Sizing_Specific item sizing for horizontal list.

When the window is reduced, the last item of data 17 in the second row will be lost.

Steps to Reproduce

1.Deploy https://devdiv.visualstudio.com/Pkgs/_git/VS.TestAssets.Xaml?path=/Assets/Projects/ManualMauiTests to Maccatalyst. 2.Navigate to 'I CollectionView' ->'I3 Sizing' -> 'Specific item sizing for horizontal list'. 3.Reduce the window, and when the scroll bar is dragged horizontally。

Actual Behavior: The 17th item on the far right disappears. 17 Expected Behavior: Reduce the window and drag the scroll bar horizontally to fully display the content.

Link to public reproduction project repository

https://devdiv.visualstudio.com/Pkgs/_git/VS.TestAssets.Xaml?path=/Assets/Projects/ManualMauiTests

Version with bug

Microsoft.Maui.Controls 8.0.80-ci.net8.24367.3

Is this a regression from previous behavior?

Not a regression, the issue also reproduced on 8.0.70 & 8.0.3.

Affected platforms

macOS

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.

RoiChen001 commented 1 month ago

For 8.0.61, the current performance on iOS and MacCatalyst is currently as shown below, we can see that there is space between items.
image