-
|
I'm trying to replace a CollectionView with the SkiaScroll and have a problem that the SkiaScroll is not maintaining its scroll position when Items being refreshed/reloaded. I have a This works. But I need to reload my if someone could provide me a short how to / demo code how to do this correctly - that would be wonderful 😊❤️ Currently I'm using this to refill the Items: And then in my ViewModel: This is the Canvas Part of my TestPage so far |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi! The drawn scroll always keeps its position, from what i can fast-remember it would reset it only if:
You could refresh the recycled scroll without changing position:
|
Beta Was this translation helpful? Give feedback.
Hi!
The drawn scroll always keeps its position, from what i can fast-remember it would reset it only if:
NotifyCollectionChangedAction.Reset- your specific case, this is what causing this.You could refresh the recycled scroll without changing position:
Replaceinstead ofReset