When after scrolling down and filter items, then ScrollView is not going to top automatically. how can I reset scroll position to top on filtering items.
<DockPanel >
<ScrollView>
<StackPanel>
<Each Items="{items}">
<UserItem />
</Each>
</StackPanel>
</ScrollView>
</DockPanel>