Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
835
Fixing WebToolBar to top of page
posted

I know this is more of a web page design question, but since I'm doing this all with Infragistics controls I'm posting it here.

I want my UltraWebToolbar to stay fixed at the top of the page and not scroll with the rest of the page.  My page has the Toolbar on top, followed by an UltraWebListbar which has UltraWebTree's in the groups.  As I expand the Listbar and Trees and then scroll, I want the Toolbar to stay on top of the page.

I've seen various blogs that say I can just put a setting (Position: fixed) in my CSS, but that is not working.

Suggestions?