-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
With limited size of items, for example 2, the ram usage keep increasing drastically for each time a view is created, i suspect that there is something not being released maybe the listeners SillListViewItem, is it possible maybe to add a dispose method for unsubscribing those ?
_actionButtonControl.Click += ActionButtonControl_Click;
_actionButtonControl.PointerEntered += ActionButtonControl_PointerEntered;
_actionButtonControl.PointerExited += ActionButtonControl_PointerExited;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels