Hello all,
I'm taking my first steps with Web Dynpro and I've come up against a bit of a problem.
I have a view (on the left of a TLayout90 ViewSet) which contains a Tree object. When a leaf node of the tree is selected I display some related data, in a table, on the top right of the ViewSet.
My problem is that the tree grows quite large and can cause scroll bars on the page; meaning that when the View on the top right is displayed it can be off of the screen to the top. If I open many nodes, forcing myself to scroll down the screen before selecting a leaf node then the View on the top right appears and works fine but I have to scroll back up the page to see it.
Is there any way of forcing the page back to the top after a leaf node is selected so that the resulting table (in the View on the top right of the ViewSet) can be seen?
I don't want to have to write this again from the start as two applications and therefore two iViews on the page with a Tree iView using an event to send the code of the selected TreeNode into the Table iView for display.
Thanks in advance,
Patrick.