Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

4
Votes

Hi

In application I am using  Memory toolkit to diagnose memory leak (memory tool). All controls used from me have a memory leak:

SfSwitch

SfAutocomplete

SfNumericEntry

SfPopup

SfCartesianChart

SfPullToRefresh

SfTreeView

SfListLiew

Most of them after page disposed are still alive, but page with SfTreeView or SfListView can't be dispose.

I've tested list view and for standard ItemTemplate page can be released correctly but not with custom item template. I am using code from feedback to dispose listview, 

Is there a way to get visible items (controls from template) for listview/treeview to dispose them manually? 

And about dispose all controls are you working on some solution?