Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

23
votes
3answers
291 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 ...
19
votes
2answers
18k 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 ...
14
votes
15answers
31k views

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

I have an iframe on www.mydomain.com that points to support.mydomain.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 ...
13
votes
4answers
6k 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 ...
12
votes
5answers
3k 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 ...
11
votes
9answers
1k 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 ...
10
votes
2answers
12k 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 ...
9
votes
2answers
611 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
4answers
2k 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 ...
8
votes
4answers
3k views

Lion-like scrollbar with jQuery?

does someone know a jquery plugin which makes Mac OS X Lion style scrollbars for every browser? thanks in advance. edit: here's an image for windows users
8
votes
5answers
10k 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 = ...
7
votes
2answers
3k 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 ...
7
votes
7answers
9k 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: ...
7
votes
4answers
6k views

Javascript : Get the browser's scrollbar sizes

How to determine the height of an horizontal scroolbar, or the width of a vertical one in javascript ?
6
votes
2answers
82 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 ...
6
votes
2answers
2k 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 ...
6
votes
2answers
618 views

iPhone-style scroll bar in web app with auto fade in/out

I'm making a web app and really like the iPhone-style scrollbars that automatically fade in and out. I had only ever seen it on iOS products, but now it seems that Facebook has implemented it in the ...
6
votes
2answers
463 views

How to set margin for Vertical Scrollbar from the right edge in ListView?

For Android Platform: I need to put margin on right side of the vertical scrollbar in listview (it is customized). Please see the attached image. Default scrollbar sticks to the extream right side of ...
6
votes
1answer
101 views

Win32 scrollbar “slop distance” constant?

On Windows, when you use the mouse to click and drag in a scrollbar to scroll it up and down, you can move the mouse approximately ~120 pixels away from the scrollbar before the dragging stops ...
6
votes
8answers
3k views

CSS box shadow on container div causes scrollbars

I have a website with the following setup: <div id="container"> <div id="header"></div> <div id="content"></div> <div id="clearfooter"></div> ...
6
votes
2answers
5k 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?
6
votes
5answers
13k 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) { ...
6
votes
5answers
14k 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 ...
5
votes
1answer
84 views

Hide Scrollbars In DataGridView

I have selected 'None' for the ScrollBars property, but this prevents me from scrolling with the mousewheel. I would either like to remove scrollbars or hide them, while still allowing the mousewheel ...
5
votes
1answer
105 views

Why are controls in the wrong place if they're positioned while the form is scrolled?

Consider this form, with a label 'Observer here' and a button 'Click': On button click I am setting the label's Left to 10 (Label1.Left :=10;) I am getting correctly as in the second image: ...
5
votes
2answers
485 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 ...
5
votes
5answers
285 views

How to make a scrollbar placeholder

My problem is that the browser windows vertical scrollbar that is removed by for example overflow:hidden; will make the page jump, when it reappears later. I use jQuery to remove the scroll option ...
5
votes
4answers
305 views

Can I style/modify/remove scrollbars of scrollable div

Is there anyway to style, modify, or remove the scrollbars of a scrollable html div?
5
votes
1answer
1k views

[WPF]: Styling a scrollbar, but the ListView scrollbar is not affected by the style

I am styling a scrollbar in a resourceDictionary without giving it a key value: <Style TargetType="{x:Type ScrollBar}"> ... </Style> Bur for some reason only a component of the ...
5
votes
2answers
2k 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 ...
5
votes
3answers
2k views

Silverlight 3 missing ScrollViewer.ScrollChanged event workaround?

I want to be notified of changes to the VerticalOffset of the vertical scrollbar of a ScrollViewer. In WPF there is a ScrollViewer.ScrollChanged event, but in Silverlight 3 this is missing. Does ...
5
votes
5answers
9k views

jqGrid - Is there a way to always display a vertical scrollbar?

My application has several jqGrids that may or may not contain enough rows to require a vertical scrollbar. But rows may be dynamically added to these grids after they have been created, so that a ...
5
votes
3answers
7k 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?
5
votes
2answers
23k views

html select scroll bar

how do you add a scroll bar to the html select box? is there any javascript library that emulate this behavior? or is there anyway to redesign, the interface I have 2 select box, items can be shifted ...
5
votes
2answers
3k 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?
5
votes
7answers
3k views

Winforms: How can I programmatically display the last item in a C# listview when there are vertical scrollbars?

How can I programmatically display the last item in a C# listview when there are vertical scrollbars? I've studied every method associated with listviews and can't find anything.
4
votes
3answers
82 views

Can I hide scroll bars but keep overflow on?

I want to make a custom horizontal scrollbar so that all OSs render it the same, no ugly windows scrollbars. I know how to make one via JS using some division with scroll top, but I need to hide the ...
4
votes
1answer
87 views

jQuery UI Slider with control buttons?

I'm trying to add control buttons on to the jQuery UI slider but can't get it to work. Can anyone see what im doing wrong here: $(function() { var gmin = 1; var gmax = 500; $( ...
4
votes
1answer
103 views

python and tkinter: using scrollbars on a canvas

I've been searching around the web and I can't seem to figure this one out. I'm fairly new to tkinter, but figured this has a simple solution that's just eluding me. I'm trying to make a canvas ...
4
votes
1answer
98 views

How do I toggle the display of a scrollbar?

I would like to toggle the display of a scrollbar on a DIV container based on whether the mouse is over the container or not. So, only show the scrollbar when the mouse is over the DIV container (and ...
4
votes
2answers
211 views

stop horizontal scrolling in JTextArea

I want to add a JTextArea to an application. Normally that textarea contains large content and both horizontal and vertical ScrollBars appear when running that application. I want to remove horizontal ...
4
votes
3answers
120 views

content outside of the html tag

Hi i have a webpage, scrollbar is not needed but still i get a scroll bar. and i get a section which is outside of the html tags. there is a brown part color of the body which appear outside of the ...
4
votes
1answer
2k 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
4
votes
3answers
2k views

CSS: Horizontal scrolling with overflow-x

Hello fellow programmers, 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 ...
4
votes
1answer
494 views

Mouseup bug in all browsers except Firefox?

Mouseup doesn't fire on scroll bar for elements dynamically added (except Firefox): CSS: #dBox { height: 100px; width: 230px; overflow - y: auto; } HTML: <input type="text" ...
4
votes
2answers
5k views

javascript: detect scroll end

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

Android ScrollView scrollbarSize

I'm using a ScrollView and i want to set the ScrollBar size, but everything i tried failed. I tried with attribute android:scrollbarSize, with style, with theme but nothing. The size of the scrollbar ...
4
votes
2answers
1k views

Android: ScrollBar bug in 2.2 for ListView

The problem appears in Android 2.2. It seems cool because it can auto-hide.But I don't like it quite much because the bar is an indicator for "Whether there is more content not present on the widget". ...
4
votes
2answers
1k views

TableViewController doesn't flash scroll indicators even if the table is bigger that the view

I've got a weird problem with a TableViewController. In the doc it says that a tableViewController deals also with the method -flashScrollIndicators when the table is "oversized" respect the visible ...
4
votes
2answers
1k views

How can I differentiate a manual scroll (via mousewheel/scrollbar) from a Javascript/jQuery scroll?

UPDATE: Here is a jsbin example demonstrating the problem. UPDATE 2: And here is the fixed version thanks to fudgey. Basically, I have the following javascript which scrolls the window to an ...

1 2 3 4 5 23