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
0
votes
1 answer

Scroll Pane Activating When Frame Is Large

I am creating a JFrame application that contains a menu, toolbar, table, and button panel. I want to use a scroll pane as the top-level container so that if the user resizes the application the buttons, etc. don't just fall off the screen. Here is…
Jan Tacci
  • 3,131
  • 16
  • 63
  • 83
0
votes
1 answer

Scrollable regions in ActionScript 3 Visualization

What is the best way to create several scrollable regions in an ActionScript 3 visualization that extends flash.display.Sprite and makes use of hierarchy of of low level DisplayObjects (Sprite'a, Shape's, TextField)? I have tried to use three…
sutee
  • 12,568
  • 13
  • 49
  • 61
0
votes
2 answers

Horizontal scroll on center div

I have a question regarding simple HTML and CSS. First, look at this illustration: I am making a page with multiple background images, each having the width: 1600px (blue, pink and green on the picture). The main area of the page (yellow) is…
Hans Preutz
  • 679
  • 2
  • 10
  • 28
0
votes
2 answers

How to use a 1200px background while preventing horizontal scrollbars if browser width isn't 1200px wide?

For my header, I have a repeating element that will expand whatever the browser width is -- 2000px, 4000px, etc. Inside the header element, I have a 1200px wide background that is fixed. My page layout is 960px wide. If I set the fixed with to…
Zoolander
  • 2,293
  • 5
  • 27
  • 37
0
votes
2 answers

Ajax used to replace content div which has overflow:auto ends up adding extra scrollbars

im using a jquery ajax method to load different content divs, my content div (the div that get replaced each time i click on a link) has overflow:auto CSS on it, but when i load a page, it adds another scrollbar to my content div like so... When it…
Finbar Maginn
  • 257
  • 2
  • 11
0
votes
1 answer

SWT tandem scrollbars in composite

I'm trying to add a button above the create two ScrolledComposites that scroll in tandem snippet from swt snippets the problem is that if I put the example code in a different Composite than the shell the example not working import…
yossico
  • 3,421
  • 5
  • 41
  • 76
0
votes
2 answers

Custom scrollbar on specific divs

I need a way to scroll two separate "divs" (actually
justanotherhobbyist
  • 2,124
  • 4
  • 28
  • 38
0
votes
2 answers

Emacs scrollbars with exact positioning

How can I get scrollbars with exact positioning? To illustrate what I mean: C-h C-f (Read the The GNU Emacs FAQ) Now try to position the buffer content such that the paragraph starting with This is the version ... is on top. With the default…
false
  • 10,264
  • 13
  • 101
  • 209
0
votes
1 answer

Extjs Grid scroll dons't work after application running while

I am developing an application using Extjs. In the application, I has a grid on the viewport. For reasons, I need to add record to the grid very often(maybe few times per second). When the grid store has more than 150 records, the store removes…
Yiming
  • 383
  • 1
  • 4
  • 6
0
votes
2 answers

Stylish scrollbars in drop down menu

I am having a long drop down menu .I have used the overflow property by which it is getting scrolled....But it does not look nice...Please suggest me how to give good CSS to scrollbars
Ferhat
  • 31
  • 11
0
votes
3 answers

DataGridView scrollbars dissapear when dgv is hidden (GUI / Refresh problem)

I have a forms application, showing results of several DataTables into several DataGridViews, each appearing in a different tab of an application. I've noticed weird behavior when I reload the data (a single button invokes filling all DGVs from the…
Shay
  • 41
  • 1
  • 4
0
votes
1 answer

Trigger flash events using the default browser scrollbar

I'm not sure if this is possible but I want to achieve the following. Using the default browser scrollbars, I would like to either control a timeline in flash or send _global variables into flash. I also need to detect if the scrollbar is going up…
David Okuniev
  • 143
  • 1
  • 1
  • 4
0
votes
1 answer

Why won't the scrollbar work on this horizontal DIV?

So I read through the thread How to get Floating DIVs inside fixed-width DIV to continue horizontally? and used pd.'s great answer to build a fixed-size DIV to contain inline elements that would scroll horizontally. It worked, it did exactly as I…
Eddie Rivas
  • 335
  • 1
  • 3
  • 11
0
votes
2 answers

Java: How to add scroll bars to a GUI window implemented via java.awt.frame?

I have been working on ImageJ and need to add scroll bars in a plugin: Weka_segmentation It implements java.awt.Frame to ij.gui.ImageWindow, which is implemented by a stackwindow class, which is in turn implemented by a customwindow class. I have…
user636177
  • 1
  • 1
  • 1
0
votes
1 answer

Scrollbars on frame using page tab

I'm working on a Facebook Page Tab app. Can someone tell me how to get rid of the inner scrollbars? My app looks like this: http://imageshack.us/f/39/52017175.jpg/ but it should look like this: http://imageshack.us/f/805/84116468.jpg/ . (notice…
binoculars
  • 2,226
  • 5
  • 33
  • 61
1 2 3
14
15