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 6948925
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T13:53:11+00:00 2026-05-27T13:53:11+00:00

Is there any way to scroll in a StatusStrip when its controls exceed form

  • 0

Is there any way to scroll in a StatusStrip when its controls exceed form viewing area? My StatusStrip acts as a taskbar with a lot of labels (acting as buttons) which if there are too many might go outside the bounds of the screen.

  • 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-05-27T13:53:12+00:00Added an answer on May 27, 2026 at 1:53 pm

    I have never seen a scrolling status bar control in any Windows application I’ve ever used.

    You might think that’s quite an irrelevant point, but I mention it for a reason. There’s a huge advantage in designing applications that are consistent with your platform’s conventions, and therefore your user’s expectations. Those applications are much easier to write (breaking the rules is always harder than following them) and much easier for users to understand and use.

    It’s very likely that, even if there is a scrollbar, users will never find it and use it because they aren’t expecting to find a scrollbar on a status bar control. I certainly wouldn’t be. I’d look down there for the information I’d expect to find, not find it, and get frustrated. Like most users, I wouldn’t bother reading the documentation to understand that I have to scroll something that is never scrollable. I’d just conclude your app has a bad UI and be done with it.

    And in fact, despite what you and I as programmers might think of the typical [dumb] user, I as the typical dumb user would be quite correct! Your application does have a bad UI because it’s non-standard and difficult to use. This is something that lots of programmers don’t understand or appreciate, but it’s extremely important.

    Therefore, I highly recommend that you re-consider your application’s UI design. The primary focus (and just general good design) should be on ensuring that vital information is displayed or accessible multiple places, not just in the status bar. Another option is to display less of that information in the status bar. Much like Windows Explorer, you should automatically hide the less important information when your available screen real estate shrinks, and display more of it when you have the necessary room to do so. Make an explorer window really small and you’ll only see the bare essentials down in the status bar.

    But if you decide to ignore all of this advice and bungle through what you’ve already decided upon, keep reading… The StatusStrip control inherits from ScrollableControl, which means that it has such properties as AutoScroll and HScroll. But the documentation indicates that such properties are:

    Infrastructure. This property is not relevant for this class.

    That means they’re not supported on the StatusStrip control. You might be able to inherit from StatusStrip and write your own scrolling code, but that sounds like a lot of work to me.

    The simpler solution is probably to dock a Panel control at the bottom of your form, and then place a StatusStrip control inside of that Panel. Make sure that you set the AutoScroll property of the container Panel control, and it should automatically expand (with scrollbars) to display the entire StatusStrip control.

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

Sidebar

Related Questions

Is there any way to make the text in a Windows Form to scroll
Is there any way to enable horizontal scroll-bar whenever necessary? The situation was as
Is there any way to change the entire width of the horizontal scroll bar
Is there any way, in Python, to programmatically change the CAPS LOCK/NUM LOCK/SCROLL LOCK
Is there any way to measure scroll performance in an iPhone app, e.g. updates
Is there any way to move that scroll indicator to the right by some
Is there any way to get MacVim to scroll more smoothly TextMate style? While
Is there any way to make it so that the user can scroll along
Is there any way to capture the time interval between mouse wheel scroll start
Is there any way to scroll a ScrollView programmatically to a certain position? I

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.