Automatically scrolling to the top after constructing a View

Hi,

I tried searching the forum for this but most of the discussions seem to be related to Panels.

I have a View that is constructed in the enter method. It´s a vertical layout that contains several components.

After the enter method finishes, the user sees the view but is located at the bottom of the layout, with the browser showing scroll bars. The test users are asking to be positioned at the top of the view.

Is it possible to have a view (or more generically a layout) position the scroll at a specific position?

Thanks.

How about set focus on component from the top of the view?
Just a suggestion, i have no idea if that works.