CarouselView
CarouselView copied to clipboard
Child Elements are not cleared while using the templates of CarouselView.FormsPlugin when Dispose(UWP).
Description
Child Elements of CarouselView.Plugin has not be cleared while navigating to another page
Steps to Reproduce
- Check the debugger memory session
- Take screenshot
- Click open carousel
- work on the list view and navigate back
- Take screenshot
- Stop Collection and check the session
Instances are not cleared
Expected Behavior
Instances must be cleared
Actual Behavior
Instances are not cleared
Basic Information
- Version with issue: latest
- Nuget Packages: Xamarin.Forms -4.7.0.1239
- Affected Devices: CarouselView.FormsPlugin - 5.2.0
Screenshots

Reproduction Link
Workaround
Without using a CarouselView.Plugin or use any other items source control such as CollectionView or normal CarouselView means it children has been cleared, so this have reproduced only in the CarouselView.Plugin https://www.nuget.org/packages/CarouselView.FormsPlugin/
@alexrainman Why could this not be fixed?