Questions tagged [scrollbars]

A scroll bar is a part of a graphical user interface element to present the user with a perspective of a percentage of the page shown. The scroll bar consists mainly of three parts: the track, thumb and buttons (or arrows). A user can click and drag the thumb in order to reveal more contents of the page. In the event that a user uses a scrolling function, the thumb tracks the page progress.

Some basic definitions:
A scroll bar is a part of a graphical user interface element to present the user with a perspective of a percentage of the page shown. The scroll bar consists mainly of three parts: the track, thumb and buttons (or arrows). A user can click and drag the thumb in order to reveal more contents of the page. In the event that a user uses a scrolling function, the thumb tracks the page progress.

What questions should have this tag?
This tag, or topic, is very localized and should be used in-detail, and preferably include a broader instance than the problem itself. It should be included with questions concerning the User Interface elements in which the scroll bars behavior or appearance can be affected.

218 questions
6
votes
3 answers

How to know if the scrollbars has appeared in browser (jQuery)?

I need to know, whether a vertical scrollbar has appeared or not in browser window. Is it possible using jQuery or any other way?
orion3
  • 9,797
  • 14
  • 67
  • 93
5
votes
1 answer

Display horizontal scrollbar and force horizontal overflow in LI elements

I have some CSS and HTML that are as follows. There's a javascript code that turns the .tab into a tabbed element of #tab-container. Since #tab-container has fixed width and height if content of .tab exceeds width/height either is becomes hidden or…
unfulvio
  • 826
  • 3
  • 19
  • 34
5
votes
1 answer

Unable to get vertical scroll bars in an WPF TextBlock

I'm presenting text in a wpf TextBlock control (.Net 3.5). The content of the textblock varies depending on what the user selects in a list box. The text wraps, so I don't need an horizontal scroll bar. However, there is often more text than the…
Kristoffer
  • 63
  • 1
  • 1
  • 4
5
votes
2 answers

Chrome scrollbars not disappearing when content is smaller than container

I have an application that does a lot of resizing elements to ensure they fit inside a container. Sometimes the contents are meant to overflow, and sometimes they fit perfectly, so I use overflow:auto on the container. The problem is in chrome, when…
XwipeoutX
  • 4,765
  • 4
  • 29
  • 41
5
votes
2 answers

Why is the Visible property not correctly updated in a UserControl?

Sometimes my UserControl's Visible property does not get updated correctly. It happens at my app's boot time, in OnFontChanged, fired from inside InitializeComponent, probably because some other stuff has not been set up yet. I just can't find out…
Gabriel
  • 2,841
  • 4
  • 33
  • 43
5
votes
4 answers

Scrollbars on almost every browser in windows (not Mac)

I have a div which serves as a popup (absolute position etc.). Now that I'm testing on different platform I see that in almost every browser on Windows I get scrollbars, even though there is nothing to scroll... not on Mac though. I enclosed an…
Melvin
  • 329
  • 4
  • 20
5
votes
4 answers

Adobe Flex/AIR: Scrolling a sub-component, not the whole window

I'm developing an application with Adobe Flex and AIR, and I've been banging my head against the wall trying to figure out how to solve a scrolling issue. The basic structure of my main application window (simplified greatly) is this:
benjismith
  • 16,559
  • 9
  • 57
  • 80
5
votes
2 answers

Objective C examples sought

I'm trying to add scrollbars to an IKImageView. Basically at the moment, I need some examples of a program that loads an image into a view, and if the window is too small, sets up scrollbars that do the right things... Why can I not find these…
Brian Postow
  • 11,709
  • 17
  • 81
  • 125
5
votes
1 answer

Custom Mac Scrollbars With Cocoa

How would I create custom scroll bars with cocoa?
nanochrome
  • 707
  • 2
  • 12
  • 26
4
votes
1 answer

Using more lines than the window has with ncurses

I have recently been introduced to ncurses for asynchronous keyboard key listening, and getting on well with it. One issue i'm facing is that you can only have text on the visible screen, no scrollbars. I was wondering if its possible to keep using…
topherg
  • 4,203
  • 4
  • 37
  • 72
4
votes
2 answers

How To Get Rid of Scroll Bar?

It's at the bottom of this page in Chrome. I can't see what would be putting it there. Thank you, Tara
Tara
  • 1,528
  • 4
  • 20
  • 28
4
votes
1 answer

What could cause a transparent scrollbar bug in a ListView?

I have a ListView, set up in what I believe is a completely standard way in a C# .Net 3.5 project, running on a laptop using XP, which pretty much stays on the whole time (although I reboot it about once a month or if I install any new software). On…
Jonathan
  • 25,873
  • 13
  • 66
  • 85
4
votes
1 answer

Autocomplete jquery UI plugin with custom scrollbars

did someone try to make custom scrollbars for jquery UI autocomplete widget? I'm trying to use jScrollPane jquery component in combination with autocomplete widget, but so far didn't have any success. If someone knows about some jquery autocomplete…
drak
  • 43
  • 1
  • 3
4
votes
4 answers

How can I add a bunch of labels to a C# form and then scroll the form vertically?

I have a form in C# (WinForm). It looks like this: (LOGO) blank space for labels that I add through code (I can fit 10 labels in this space) (close button) The blank space can hold about 10 labels. I am stumped on how I would make this form…
fraXis
  • 3,141
  • 8
  • 44
  • 53
4
votes
5 answers

Always show scrollbars for PreferenceScreen

I have defined preferences in my app using preferences.xml and a PreferenceActivity. The settings are presented in the phone in a ScrollView-like-way. I would like to always show the vertical scrollbars all the time. In Android 1.6 they do not fade…
per_jansson
  • 2,103
  • 4
  • 29
  • 46
1
2
3
14 15