Widget to Front over scroll view

Hello,

I am using scroll view, as shown is the template.

I am also usiing the title bar widget but it seems to be hidden under the scroll view.

 local titleBar = widget.newTabBar{  
 top = display.statusBarHeight,  
 topGradient = toolbarGradient,  
 bottomFill = { 117, 139, 168, 255 },  
 height = 44  
 }  
 titleBar.y = 0  

How can i fix this.

i tried the following, but it did not work.

titleBar:toFront() [import]uid: 24708 topic_id: 23660 reply_id: 323660[/import]

There’s no code for your buttons…? [import]uid: 132483 topic_id: 23660 reply_id: 95016[/import]

Make sure your calling titleBar:toFront() *after* you create the scrollview [import]uid: 84637 topic_id: 23660 reply_id: 95265[/import]