-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
area-controls-scrollviewScrollViewScrollViewplatform/ioss/needs-attentionIssue has more information and needs another lookIssue has more information and needs another lookt/bugSomething isn't workingSomething isn't working
Description
Description
When opting into CollectionViewHandler2
handlers.AddHandler<CollectionView, Microsoft.Maui.Controls.Handlers.Items2.CollectionViewHandler2>();
then on pages calling within the OnAppearing
ScrollTo
the CollectionView never scrolls to the target item, as soon as I commented out
handlers.AddHandler<CollectionView, Microsoft.Maui.Controls.Handlers.Items2.CollectionViewHandler2>();
it worked again
Steps to Reproduce
No response
Link to public reproduction project repository
No response
Version with bug
9.0.100 SR10
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
No response
Did you find any workaround?
Optioned out and removed
handlers.AddHandler<CollectionView, Microsoft.Maui.Controls.Handlers.Items2.CollectionViewHandler2>();
Relevant log output
Metadata
Metadata
Assignees
Labels
area-controls-scrollviewScrollViewScrollViewplatform/ioss/needs-attentionIssue has more information and needs another lookIssue has more information and needs another lookt/bugSomething isn't workingSomething isn't working