Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9130831
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T08:02:12+00:00 2026-06-17T08:02:12+00:00

In application i have six tabs. My problem is when i scrolls screen my

  • 0

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:—-
When i run my application screens look like this
After scrolling is:——-
Below button there is ads when i scrolls down tabs shifter above.
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.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T08:02:13+00:00Added an answer on June 17, 2026 at 8:02 am

    This is what you have now:

        MainScreen's default manager (with scroll)
        ---------------------
        | ----------------- |
        | |  TABS         | |
        | ----------------- |
        |                   |
        | ----------------- |
        | |  Other things | |
        | ----------------- |
        ---------------------
    

    This is what it should look like:

        MainScreen's default manager (without scroll)
        ------------------------
        | -------------------- |
        | |     TABS         | |
        | -------------------- |
        |                      |
        |VerticalFieldManager  |
        | -------------------- |
        | |    Other things  | |
        | -------------------- |
        ------------------------
    

    When you are adding things to a MainScreen, you are actually adding it to a VerticalFieldManager that is created behind the scenes in the screen constructor. This manager has scroll by default, but this can be customized in the super call:

        public class MyScreen extends MainScreen {
    
            public MyScreen(){
                super(Manager.NO_VERTICAL_SCROLL);
            }
    
            ...
        } 
    

    Now what you need to add to the screen is your tabs manager, and finally add every other field to a VerticalFieldManager with scroll.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have six tabs on my Windows application. I need to put tab #6
In my application, I have six integer variables (int) and I want to compare
My application consists of a tab layout with six tabs. Each tab represents a
I have a Tabbed Application which has six tabs, so as expected two of
I have been developing a web application for about six months with no framework
I have an iPad application that uses the whole screen (that is, UIStatusBarHidden is
I have an administrative page in a web application that resets the cache, but
I have a bit of a problem. I have a java application and when
My application have several modules, each in one tab on the mainform. When using
My application have a service and an activity. Sometimes the service will send a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.