Skip to main content

Infinite Collection View Scrolling

Task-based Scenarios - CollectionView Infinite Scrolling

This example implements infinite scrolling in DXCollectionView.

View Example: CollectionView for .NET MAUI - Infinite Scrolling

Related Members:

Anatomy

The following diagram illustrates the anatomy of this project:

CollectionView - Infinite Scrolling Anatomy

Implementation Details

Refer to the following GitHub example to see implementation details:

View Example: CollectionView for .NET MAUI - Infinite Scrolling