Scrollview button issue

Hi everyone

I’m working on a tab-bar application, where in some scenes i have scrollviews;

I wanna know if in these scenes where i have a (vertical) scrollview, i can have locked buttons in the scrollview above the tab-bar.

For locked i mean that the buttons are not in the end of the scrollview but always in the same place of the screen when i scroll it.

Thanks in anticipation!

Have your tab bar take up, say, the first 120 pixels of the screen. And then have your scrollview take up the rest (scrollviewHeight = display.contentHeight - 120). Also make sure you take into account the OS status bar height.

Have your tab bar take up, say, the first 120 pixels of the screen. And then have your scrollview take up the rest (scrollviewHeight = display.contentHeight - 120). Also make sure you take into account the OS status bar height.