Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

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