For anyone who encounter this issue and if you are using UICollectionViewCompositionalLayout. It seems you can't set both the collectionView's isPageEnabled = true and the UICollectionViewCompositionalLayout's orthogonalScrollingBehavior = .groupPaging.
I keep only orthogonalScrollingBehavior = .groupPaging (or .paging any scenario you want), and set collectionView's isPageEnabled = false. Then the scroll to item issue will be gone.
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: