Not scrolling after few scrolls in case of large screens & which has more elements even when the scroll based element is present

Not scrolling after few scrolls in case of large screens & which has more elements even when the scroll based element is present.

I am trying to scroll based on XCUIElementTypeCollectionView. I am able to scroll till last but one instance of XCUIElementTypeCollectionView. After this instance, it has more number of elements & then there is an instance of XCUIElementTypeCollectionView. Till the last instance of XCUIElementTypeCollectionView, scrolling is not happening. It stops scroll in the last but one instance. I have observed this in many screens in my application which involves large number of elements. Has anyone observed the same.