I am working on a user control using MVVM architectural style and facing an issue while using the scroll viewer.
Whenever I open the user control, I find the scroll Viewer at the same position where I left it last time. I want that whenever I open the control I should get the scroll viewer at the top position.
<ScrollViewer VerticalAlignment="Stretch" HorizontalAlignment="Stretch" HorizontalScrollBarVisibility="Visible">
Please help me with any kind of solution.