A scrollbar is a graphical user interface element relating to a display which is only partially visible. The scroll bar provides visual feedback on which portion of the element is in view, and the ability to move the view of the main element.

learn more… | top users | synonyms

66
votes
4answers
47k views

Automatic vertical scroll bar in WPF TextBlock?

I have a TextBlock in WPF. I write many lines to it, far exceeding its vertical height. I expected a vertical scroll bar to appear automatically when that happens, but it didn't. I tried to look for a ...
58
votes
1answer
50k views

Custom CSS Scrollbar for Firefox

I want to custom-style a scrollbar with CSS. I use this WebKit CSS code, which works well for Safari and Chrome: ::-webkit-scrollbar { width: 15px; height: 15px; } ::-webkit-scrollbar-track-piece ...
36
votes
5answers
66k views

Hide html horizontal but not vertical scrollbar

I have an html textarea that is of fixed width, but variable height. I would like to set overflow:scroll and be able to show a vertical scrollbar, but not a horizontal one. I am not able to use ...
34
votes
3answers
25k views

How can I get the browser's scrollbar sizes?

How can I determine the height of a horizontal scrollbar, or the width of a vertical one in javascript ?
32
votes
16answers
59k views
+50

Safari/Chrome (Webkit) - Cannot hide iframe vertical scrollbar

I have an iframe on www.example.com that points to support.example.com (which is a CNAME to a foreign domain). I automatically resize the height of my iframe so that the frame will not need any ...
30
votes
3answers
58k views

Hide vertical scrollbar on an iframe?

I need to hide the horizontal scollbar on an iframe using css, jquery or js.
27
votes
5answers
18k views

How do you animate the value for a jQuery UI progressbar?

I've setup a jQuery UI progressbar but can't use jQuery animate to animate it's value. Any ideas on how to make this work? The percentDone variable holds a number from 0 to 100 showing how far along ...
26
votes
3answers
2k views

Stacking Divs from Bottom to Top

when appending divs to a div with a fixed height, the child divs will appear from top to bottom, sticking at the top border. ┌─────────────────────────┐ │ Child Div 1 │ │ Child Div 2 ...
25
votes
9answers
19k views

Lion-like scrollbar with jQuery?

Does anyone know a jQuery plugin that makes Mac OS X Lion style scrollbars for every browser? Thanks in advance. Edit: Here's an image for Windows users
25
votes
5answers
14k views

UIScrollView - showing the scroll bar

Possibly a simple one! Does anyone know how to get the scroll bar of a UIScrollView to constantly show? It displays when the user is scrolling, so they can see what position of the scroll view they ...
24
votes
4answers
24k views

javascript: detect scroll end

I have div layer with overflow set to scroll. When scrolled to the bottom of the div, return function
21
votes
5answers
16k views

How to disable browser or element scrollbar, but allow scrolling with wheel or arrow keys?

I want to hide scrollbars from div elements or the whole body, but let the user scroll with the mouse wheel or arrow keys. How can this be achieved with raw Javascript or JQuery? Any ideas?
21
votes
5answers
12k views

Check whether HTML element has scrollbars

What's the fastest way of checking whether an element has scroll bars? One thing of course is checking whether element is larger than its viewport, which can easily be done by checking these two ...
20
votes
7answers
29k views

jqGrid horizontal scrollbar

I developed AJAX interface with jQuery and jqGrid. How I can remove horizontal scrollbar from my jqGrid table? http://dskarataev.ru/jqgrid.png If I set autowidth: true, then I get width of table = ...
20
votes
1answer
10k views

Android hide listview scrollbar?

Is there a way to hide scrollbar in ListView. I know it's possible for ScrollView but can't find a way for ListView scrollbar. Any ideas?
18
votes
7answers
3k views

Determine whether user clicking scrollbar or content (onclick for native scroll bar)

I'm trying to create custom events in JQuery that are supposed to detect when a scrollbar is clicked1. I know there's lots of text, but all my questions are boldfaced and there's a JSFiddle example ...
16
votes
4answers
35k views

hide scrollbar and show on hover like facebook's new chat sidebar

Facebook just updated chat (yet again) and now a new fixed side bar stays on the left of the screen. when its contents overflow, a scroll bar appears, but only if scrolled with the mouse wheel or if ...
16
votes
2answers
14k views

How do you add a scrollbar to a Panel control with many controls in windows form application?

How do you add a scrollbar to a Panel control with many controls in windows form application?
15
votes
4answers
102k views

css scrollbar style cross browser

How to definite css scrollbar style cross browser. I tested this code, it only work in IE,opera, but failed in chrome, safari and firefox. <style type="text/css"> <!-- ...
15
votes
2answers
2k views

Reposition scroll bar of ListView with padding

I have a ListView with padding to the right (and left). Currently the list looks something like this: ----------------- | | ROW | | | |-------------| | | | ROW | | | ...
15
votes
5answers
83k views

Div Scrollbar - Any way to style it?

Is there anyway to control the styling of the scrollbars of a div tag? I am experiencing some contrast issues between IE7 and FireFox 3.5.2. Any help would be greatly appreciated!
15
votes
2answers
35k views

CSS: how to get scrollbars for div inside container of fixed height

I have the following markup: <div class="FixedHeightContainer"> <h2>Title</h2> <div class="Content"> ..blah blah blah... </div> </div> The CSS looks ...
14
votes
2answers
9k views

How can I get scrollbars on Picturebox

I have PictureBox picture. I use: picture.Size = bmp.Size; picture.Image = bmp; Let's say there are two integers maxWidth and maxHeigth. I want to add vertical/horizontal scrollbar to picture when ...
14
votes
3answers
12k views

Facebook's horizontal scrollbar in ticker & chat sidebar

There is another question regarding this issue (hide scrollbar and show on hover like facebooks new chat sidebar), but I'm interested in how they have achieved the styling of the scrollbar. I have ...
13
votes
6answers
29k views

Disable horizontal scrollbar due to a DIV with position:absolute which is outside of the page

I have an absolutely positioned element that is "outside" of the page, but I want browsers (I am using Firefox 3) not to display horizontal scrollbars. It seems that displaying a div that is ...
13
votes
1answer
4k views

How can I determine if a div is scrolled to the bottom?

How do I determine, without using jQuery or any other JavaScript library, if a div with a vertical scrollbar is scrolled all the way to the bottom? My question is not how to scroll to the bottom. I ...
13
votes
4answers
7k views

How are scrollbars in new Google Docs UI styled (esp. the arrow buttons)?

The new Google Docs UI features cool gray scrollbars. These appear to be regular scrollbars styled with selectors like ::-webkit-scrollbar-thumb. Which is nice and accessible. However, I can't get ...
13
votes
4answers
430 views

How do I stop users from being able to scroll horizontally on my site

Here's the site: http://joshnh.com/ Basically, I have a few elements that are super wide so that they look as though they are coming out from the right hand side of the screen. I'm then using ...
12
votes
9answers
2k views

Explaining the need to avoid horizontal scroll

I need help explaining to my boss why her design is poor on a client's website. She has no knowledge of the web, and it can be difficult as a web developer working with a woman who is a graphic ...
12
votes
5answers
21k views

How can I detect a Scrollbar presence ( using Javascript ) in HTML iFrame?

How can I detect a Scrollbar presence ( using Javascript ) in HTML iFrame ? I have already tried : var vHeight = 0; if (document.all) { if (document.documentElement) { ...
12
votes
2answers
6k views

Detect when window vertical scrollbar appears

Is there a simple and reliable solution for detecting window vertical scrollbar appears/disappears? window.onresize isn't triggered when after JavaScript DOM manipulation page becomes high enough for ...
11
votes
2answers
11k views

Styling an inner scrollbar like the Twitter conversation interface?

The scroll bar can be seen in the side-panel when you click on a tweet and the conversation linked to the tweet is long enough. How is the scroll bar created and styled?
11
votes
3answers
26k views

How to create a custom scrollbar on a div

I'm wonder how the custom scrollbar on Facebook has been made. Is it only css or some javascript as well? If yes can i have an idea of what the code looks like?
11
votes
4answers
26k views

Scrollbar color change in Firefox

I want to change the scrollbar color in Firefox. How can I do that?
11
votes
6answers
1k views

Webkit scrollbar dynamic styling

I'm currently styling the scrollbar using Webkit's ::-webkit-scrollbar CSS properties and would like to change these properties on a mousemove event. The problem is that I can't seem to find a way to ...
10
votes
2answers
45k views

CSS customized scroll bar in div

How can I customize a scroll bar via CSS (Cascading Style Sheets) for one div and not the whole page?
10
votes
3answers
17k views

WPF: ListBox with WrapPanel, vertical scrolling problem

I have a UserControl (XAML below) that has a ListBox that I want to display images inside a WrapPanel, where images are displayed as many as will fit on one row and then wrap onto the next row etc. It ...
10
votes
1answer
6k views

Table layout panel scroll bar

given a table layout panel with 2 columns and many rows, how can i attatch a scroll bar to it as sometimes it grows much greater than the size of the form . Thank you
9
votes
11answers
18k views

Force vertical scrollbar to display in IE8

The vertical bar does not appear in IE8 if the page is not long enough. In FF, there is a workaround for this html { overflow: -moz-scrollbars-vertical; } I tried the following for IE8: ...
9
votes
2answers
7k views

How do I get rid of the vertical scrollbar of a textarea in IE?

There is a nasty right-side inactive scrollbar in the textarea in IE, in FF the textarea is clean. How to make it clean in IE as well?
9
votes
3answers
19k views

Hidden scrollbars in Firefox (allows scrolling but just no scrollbar)

I'm trying to make a scrollable gallery. I'd like to create a div that does scroll, just doesn't have a scrollbar. I was able to achieve this in Webkit with: #photoreel::-webkit-scrollbar { height: ...
9
votes
2answers
5k views

How to increase scrollbar width in WPF ScrollViewer?

I am wokring on a touch screen on a small device and the custom width of the scroll-bar is no good as one of my requirements is that everything needs to be doable by finger gestures. How can I set ...
9
votes
2answers
5k views

Prevent scrollbars with WPF WebBrowser displaying content

I'm using the WPF WebBrowser component to display some very simple HTML content. However, since I don't know the content size in advance, I'm currently getting scrollbars on the control when I load ...
9
votes
2answers
1k views

How to implement fancy scroll bar for multiline textbox

I want to implement a fancy scroll bar for a multiline textbox like the picture below: Any ideas for that fancy scroll bar? P/S: I want vb.net solution. C# guru here please stop editing my request ...
9
votes
2answers
1k views

How can I include the width of “overflow: auto;” scrollbars in a dynamically sized absolute div?

(First question on Stack Overflow. Hope I'm doing it right.) I'm trying to create a floating menu that inherits its width from its content (since I don't know the width in advance, i.e. loaded from a ...
8
votes
2answers
15k views

WPF ListView ScrollBar visible to false

Is it possible to force the horizontal (or vertical) scroll to NOT display even when needed?
8
votes
2answers
10k views

How to display scrollbar in UITableView

I want to display some kind of indication to guide user to scroll. Usually when we touch the UITableView scrollbar appears if needed. But I want this scrollbar indication already displayed on my ...
8
votes
1answer
13k views

Adding a vertical scrollbar to an AlertDialog in Android?

I would like to add a vertical scrollbar to an AlertDialog because my text is too long to display on 1 screen: I have tried to use : android:scrollbars="vertical" ...
8
votes
5answers
17k views

Flex: Prevent scrollbar from covering content when automatically displayed

I have a canvas in Flex that shall be able only to be scrolled in vertical direction, so I set the attributes of the canvas as follows: verticalScrollPolicy="auto" horizontalScrollPolicy="off" The ...
8
votes
3answers
8k views

Horizontal scrolling with overflow-x

I was wondering if there still isn't a good way to get a div to stretch and scroll horizontally, according to the images inside. After all, it is 2011 now! The mega-width does the trick, but leaves ...

1 2 3 4 5 44