NikasZalias

Results 14 comments of NikasZalias

Yes with v5 the problem is still there... Could someone please explain how to overcome this?

@jeff-winn, when will updated DotRas lib, will be released and available as nuget?

@nigel-sampson Yes, replacing to `ObservableCollection` makes the same problem.

@nigel-sampson I actually managed to fix my problem... Well... Sort of fix it... Not very proud of it, but it works now... So what I had to do is to...

Damn... I forgot about UI update... with "this fix" UI is not updated... That's why RAM does not increase anymore.

**UPDATE** I unsubscribed from all the events I was subscribed to. The issue still remains the same.

Could you collaborate more on that? Just make mutable and then instead of `Clear` and `AddRange` make `new BindableCollection(newList)`? If yes, then how should I notify `public ICollectionView ListView`?

Yeah samples still worked as before.. Only horizontal scroll works, vertical still no good

Yeah, I tried to find something, but haven't found anything... still trying to figure it out, but since it's your code, maybe you could find it faster than me