Hi! I have an application with a ViewStack and binded LinkBar, which has 2 views, a DataGrid on the first, and the Form on the second. Clicking an item in the DataGrid transfers the user to the Form view.
I have a problem regarding the scroll bar not reseting to its original position, which is at the top most. The Form on the second view is too long for the Canvas it sits on, so naturally it has a scroll bar. So when I click a record from the DataGrid for the first time, the Form view appears just fine, with the scroll bar on top. When I scroll down, navigate to the first view via the LinkBar, and select another record, the Form view appears with the scroll position right where I left it. How do I do this? I have tried using scrollPosition set to 0 but to no effect. Thanks in advance! :)