webcontainer scrolling

HI Guys,

I had Webcontrol and I dynamically EMBED new web control on it via click of a button.

What code can I use to automatically scroll and view the last webcontrol added (at the bottom)?

I need you expert advise.

Change the webpage.top to minus the value of scroll you need.

Hi Michel,

Im glad your here.

To clarify my question, the WebContainer is inside the dialog box. it automatically create vertical scrollbar after add several webcontainer.

I want the last container (which was at the bottom) to be visible.

Please help.

Simply use ScrollTo
http://documentation.xojo.com/index.php/WebContainer.ScrollTo

Got a hard time finding the solution.

Anyway, I want to share what I had accomplished.

Thanks for the thoughts Guys!