You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ng ListView component creates ng views and caches them as list view item views properties.
The base list view implementation has some extra code that wraps ProxyViewContainer objects (user components render as those!) in an additional StackLayout.
That breaks the caching check and causes the ng component to always create a new item view instead of recycling the existing one.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: