CarouselView icon indicating copy to clipboard operation
CarouselView copied to clipboard

Child Elements are not cleared while using the templates of CarouselView.FormsPlugin when Dispose(UWP).

Open mugundhan-saravanan opened this issue 5 years ago • 1 comments

Description

Child Elements of CarouselView.Plugin has not be cleared while navigating to another page

Steps to Reproduce

  1. Check the debugger memory session
  2. Take screenshot
  3. Click open carousel
  4. work on the list view and navigate back
  5. Take screenshot
  6. 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

carouselViewPlugin

Reproduction Link

CarouselView.Plugin.zip

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/

mugundhan-saravanan avatar Aug 24 '20 11:08 mugundhan-saravanan

@alexrainman Why could this not be fixed?

RuddyOne avatar Aug 18 '22 11:08 RuddyOne