Hello,
Welcome to our Microsoft Q&A platform!
Xamarin.Forms.CollectionView doesn't provide a property to set the caching mode, it automatically uses the virtualization provided by the underlying native controls. The reuse rule follows the native control, please check the correspond control of native platform to get the working mechanism. For example, CollectionView
is implemented as RecyclerView
on Android. RecyclerView has a view pool which reuses the item view when the items scroll out or scroll into the screen.
Best Regards,
Jarvan Zhang
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.