-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[.NET10]I9-Scroll mode "KeepLastItemInView" does not keep the last item at the end of the displayed list when adding new items. #28716
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We've found some similar issues:
If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.
|
@Zhanglirong-Winnie can you validate this against nightly? So, the MAUI 9.0.60 builds? |
I think the issue is that the CV2 doesn't implement |
Hi, @PureWeen |
@Zhanglirong-Winnie is this CollectionView1 or COllectionView2? Can you retest on both just to be sure So I'm curious if you were testing on CV2 here and then switched to CV1 for the test of the platforms |
Hi @PureWeen |
@Zhanglirong-Winnie can you clarify if your validation here applies to CV1 and/or CV2? Yes, this is a regression. The issue cannot be repro on 10.0.0-preview.2.25153.5 & 9.0.50 & 9.0.40 & 9.0.0 & 8.0.100. |
This issue repro in both CV1 and CV2 versions 10.0.0-preview.3.25176.18. |
Description
I9-Scroll mode "KeepLastItemInView" does not keep the last item at the end of the displayed list when adding new items.
Affected case:
I9 -Control scroll position when new items are added.
Steps to Reproduce
Actual Behavior:


Scroll mode "KeepLastItemInView" does not keep the last item at the end of the displayed list when adding new items.
Maccatalyst:
iOS:
Expected Behavior:

The last item was kept in the list displayed when new items are added.
Link to public reproduction project repository
https://devdiv.visualstudio.com/Pkgs/_git/VS.TestAssets.Xaml?path=/Assets/Projects/ManualMauiTests
Version with bug
10.0.0-preview.3.25176.18
Is this a regression from previous behavior?
Yes, this is a regression. The issue cannot be repro on 10.0.0-preview.2.25153.5 & 9.0.50 & 9.0.40 & 9.0.0 & 8.0.100.
Affected platforms
iOS, macOS
The text was updated successfully, but these errors were encountered: