How to dock a toolbar on top without scrolling?

Hi,

I’m about writing a Webapp with a toolbar to navigate the pages. In the app some users have - because of the different display-sizes - to scroll the page .

Now I want to dock the toolbar on the top. The content have to scroll behind it and it self is always visible.

Oh, just like here in the forum - the blue topbar!

Is there a way?

No ideas?
:frowning:

Well I’m a very beginner at this…and here’s a very generic project but I think it gets you going in the right direction…

Basically you’ll have a webpage with the toolbar attached to the top.

Create a Webcontainer control for the controls that will be scrolled

Put the webcontainer on the webpage locking all for sides

sample project link: Click Here

this solves my problem! thanks very much!