Back to Devexpress

Infinite Collection View Scrolling

maui-404358-scenarios-infinite-grid-scroll.md

latest1.7 KB
Original Source

Infinite Collection View Scrolling

  • Mar 06, 2024

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:

Implementation Details

Refer to the following GitHub example to see implementation details:

View Example: CollectionView for .NET MAUI - Infinite Scrolling