In application i have six tabs. My problem is when i scrolls screen my tab also scrolls but i want tabview to be fixed. Tabs should always be visible.
Starting Screen is:—-

After scrolling is:——-

Below share verse button i have displayed ads to view these tabs i need to scroll down. When i scroll down screen look like above image.
Any suggestion would be appericiated. Please let me know where i am doing wrong.
Thanks.
This is what you have now:
This is what it should look like:
When you are adding things to a
MainScreen, you are actually adding it to aVerticalFieldManagerthat is created behind the scenes in the screen constructor. This manager has scroll by default, but this can be customized in thesupercall:Now what you need to add to the screen is your tabs manager, and finally add every other field to a
VerticalFieldManagerwith scroll.