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.
0
votes
0answers
11 views
mCustomScrollbar - scrollbar only appearing on F12 press (dev tools / Firebug)
Having a weird problem with mCustomScrollbar - similar problem here (@jq beginner):
stubborn prolem with popular custom scrollbar
The scrollbar doesn't show until you resize the window or hit F12 ...
0
votes
1answer
12 views
JTextAreas on JPanel inside JScrollPane does not show properly
I have created a demo by swing and I want to show full text in textarea. I want to add two textarea into a scroll bar to show all component within a scroll bar. So to do that, I create a panel and ...
0
votes
0answers
13 views
Apply Border-Radius To Scrollbars with CSS
To put it simple, this is what i want (obtained on a Webkit Browser using -webkit-scrollbar) :
And this is what I get on Opera (Firefox doesn't apply the border radius to the scrollbar either, but ...
0
votes
4answers
33 views
Determine if a DataGridView's horizontal scroll bar exists?
Visual Basic 2010, .NET 3.5
Is there a way to pragmatically determine if a DataGridView's horizontal scroll bar is active or visible? I need to move a few items about when the DGV's horizontal scroll ...
0
votes
1answer
25 views
Enable scrolling on disabled listview in vb.net
when i disable a listview in vb.net by setting Enabled=False, the scrolling is disabled too so i can't see all the items in the list. Is there a way to disable user interaction on the list but ...
0
votes
0answers
24 views
Facebook top bar
I'm trying to create my own fixed bar to my website, I want it to look like the facebook's top bar, the "#bar" is fine,it is working fine, the problem is the #search css, its moving along the page, ...
-2
votes
1answer
13 views
LibGdx How to fix a ScrollPane scroll bar position at a specefic position?
How to fix a ScrollPane scroll bar position at a specefic position so that it displays for example the last item of it's child Table instead of the first item Table(default)? I try setScrollX and ...
-1
votes
0answers
34 views
Scrollbar designing using css
I can see many people asking for scrollbar designing in stackoverflow and many forums, so I came to answer the whole questions about "designing scrollbar with css".
-6
votes
1answer
23 views
Scrollbar designing css [closed]
I'm looking for the code of the light blue scrollbar that in the middle of this page: http://manos.malihu.gr/tuts/jquery_custom_scrollbar.html
And also I want up and down arrows on the top and the ...
0
votes
1answer
20 views
Follow scrollbar all the way down as DIV overflows?
So I have made this script that pushes text from .txt document line per line at different time stamps with jQuery. The problem is that once DIV is filled up, updates keep coming but are not visible ...
2
votes
1answer
16 views
A panel scrollbars doesn't work with a label content
I am trying to put a Label control within a panel control. the panel control is supposed to enable the user scroll down when the label content grows bigger than the panel capacity.
<%@ Page ...
0
votes
1answer
16 views
Creating custom scrollbar in IE
I am trying to create a custom scrollbar, I managed it to work on Chrome, Opera, and Firefox. However, I am struggling to make it work on IE. Below is my code I use
::-webkit-scrollbar {
width: ...
0
votes
0answers
13 views
Center scroll position on mobile
On phones (iOS, Android >4, BB10), when looking at photos, the photos center themselves as you swipe across to look at through the album.
Is it possible to achieve the same affect with a set of ...
0
votes
2answers
42 views
JTextArea scrollbar
I have written a Java application that receives information from a server every 10 seconds. I am wanting to display this information on a form.
Currently I am using a JTextArea. However, once the ...
-1
votes
2answers
39 views
How to make body scroll bar Stylish on the right side for all browsers?
I am creating a template. I want to change the design of the body default scroll bar on right side. I want to make it stylish in such way that it will work in all browsers.
I attached a screenshot of ...
0
votes
2answers
45 views
horizontal scroll bar on a div having multiple tables
I have multiple tables in DIV element and want to give horizontal scrollbar on a certain width. how to give horizontal scroll bar on a div having multiple tables
<div style="float:left; ...
-1
votes
0answers
4 views
Grid bag layout won't show JScrollPane scollbar
New to asking here, but you've helped a lot in the past, anyways: After doing some research on why JScrollPanes don't usually work/get weird resizing with GridBagLayouts I've come to the concusion ...
1
vote
1answer
55 views
Scrollbar appears on the bottom of the page
I have a menu with some uls and content under it and I want that when I get the browser window bigger(CTRL +) the scrollbar that appears appears on the bottom of the page not under the menu.
I have ...
0
votes
0answers
19 views
Hide/remove scrollbar of Webview on Mac OS
I have a html file contains an iframe inside it. I integrated this html with Mac OS app. I use webview to show my html on this Mac app. iframe has a scrollbar, but I want to remove this scroll. I ...
2
votes
3answers
56 views
Toolbar scrolls when I scrolling the window
I am writing win32 program, and I have a window with a scroll bar, and now I added a toolbar.
My problem is, the toolbar is scrolls when I scrolling the window.
how do I set the toolbar to stand in ...
0
votes
2answers
28 views
Fit Tkinter Scrollbar to Text Widget
I'm new to using tkinter. I was able to get the scrollbar to work with a text widget, but for some reason it isn't stretching to fix the text box. Does anyone know of any way to change the height of ...
0
votes
0answers
8 views
Scrollbar in IE7 and IE8: how to get the table width constant with and without scrollbar
I have a table wrapped in a div. I have a fixed width of a given widget as 312 pixel where I have to fit this table. The table has dynamic contents in its row and so I have set the overflow-y to auto. ...
1
vote
1answer
25 views
how to change css when a scrollbar appears inside div
I have a question about the scrollbar that appears when it does not fit.
For example here I have one news item. Below a screenshot of the layout:
And when you add more items the scrollbar will ...
0
votes
2answers
100 views
Scrollbar on a specific div into bootstrap modal body
My modal-body has two div side by side, one of them must have a scrollbar if his content is too big for the modal.
Unfortunately, the scrollbar appears on the modal-body, not on my div.
What i have:
...
1
vote
2answers
53 views
how can i change the style of scroll bar
I have a css code likes
.scrollPanel
{
height: 100px;
width: auto;
position: absolute;
overflow: scroll;
}
You can see my example Here !
What I want to ...
0
votes
0answers
47 views
JavaScript: expand div to max height without getting scroll bars
I am working on a document with the structure like this:
<html>
<head>
<script src="http:http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript" ...
1
vote
0answers
24 views
IE 10 scrollbar and form buttons look like wingding font characters
I first saw this when I tried the IE 10 beta a while back and thought that it would be resolved in the full release. Not so. I've tried uninstalling all the way back to version IE8. The wingding ...
0
votes
2answers
30 views
Scrollbar on getting the screen bigger
I have some divs and I want that when I get the screen bigger(CTRL +) the scrollbar appear on the bottom of the page and the divs STAYS inline block, I have the code ...
0
votes
2answers
19 views
How to get scroll bar real width in Qt?
I'm trying to make a custom widget, which is basically a bunch of textedits with a single vertical scroll bar on the right. To keep widget size determined, I have to find a width of the scrollbar, as ...
0
votes
0answers
21 views
Javascript Libraray SLY - Scrollbar does not work
I'm having a problem with Sly scrollbars.
I want to set up a timline in which I cann scroll by dragging with the mouse and with a scrollbar. Scrolling with the mouse works fine but I can't get the ...
-1
votes
2answers
77 views
c# drawing on the panel and scrolling the result
I have problem with showing a diagram which is too big to see on one panel.
I have to scrollbars which should change the point of view on the diagram, but when i want to scroll the picture, the ...
0
votes
2answers
44 views
how to add scroll bar to a text erea
i have a text area that contain many lines i want to add a scroll bar and just show the first 3 lines how to do this ??
can anyone help me ??i had tried all night to get it work but it failed to ...
1
vote
1answer
68 views
JavaFX: SplitPane Mouse Handling Breaks After Displaying an Application-Modal Stage
Mouse handling on the SplitPane and ScrollBar controls breaks after displaying an application-modal Stage. The problem goes away after the application window loses and regains focus. Does anyone ...
-2
votes
0answers
22 views
adding scroll bar using html how to do it and i need to show the first 3 lines [closed]
i need to add a scrollbar to the box that i have how to do it in html ???
i need just to show the first 3 lines in the box
this what i tried but it show just the scroll bar without any vertical line ...
0
votes
1answer
43 views
doubling the scrollbars - one pair working one is like painted c#
I have problem with vscrollbar and hscrollbar. I want to add them into a panel in windows form. But when i did that, they didnt work. After maximize the window (in debug mode) they get doubled. Two ...
0
votes
1answer
34 views
scrollTop function not working in Rails
I just started to use jQuery, and I have a two column layout using twitter bootstrap. The CSS file is:
html, body {
overflow: hidden;
height: 100%; }
.span8, .span4 {
overflow: auto; ...
1
vote
1answer
24 views
force scrollbar itself to stop moving upwards (fake limit) while the div is still being scrolled up.
jsFiddle: http://jsfiddle.net/2ezQ9/2/
On my site, I am using NiceScroll3 to have a scrollbar within the container div which is pulling data with AJAX. My problem is this: when I scroll to the top of ...
2
votes
1answer
38 views
Scrolling Displacement Overshoot - Mathematical Issue
So what I'm trying to do, is make a nice scroll bar, using a Kinetic Model. The issue is dampening on over-shoot. The behavior I want to show is that when you overshoot (Go past the max/minimum), it ...
2
votes
2answers
39 views
javascript detect scrollbar not working
I know this question has been asked ad nauseum, but I am stumped because after trying several different solutions, I still cannot get my script to properly detect the scrollbar.
Here is the function ...
0
votes
1answer
13 views
System preference Scrollbar Show Always on OSx
I have a website and i want to hide scrollbars i did the css and everything but if you are in a osx computer and you have in your preference show always scrollbars you see them is there any way you ...
0
votes
3answers
29 views
Incorrect code syntax (scrollbar)
I'm trying to implement this scrollbar and would like to change the scroll inertia but looks like I made a syntax error in the code below. Would you know what the error is?
Many thanks
<script>
...
0
votes
1answer
28 views
TextArea without scrollbars (awt)
I'm using java.awt.TextField and what really annoys me is the vertical scrollbar on the right.
I wondered if I can disable it? I found the constant "SCROLLBARS_NONE", so I guess it should be possible.
...
-1
votes
2answers
44 views
Scrollbars in chrome does not disappear when document.documentElement.style.overflow=“hidden”;
I want to hide scrollbars in Chrome and do
document.documentElement.style.overflow="hidden";
But if vertical scrollbar have not top position and horizontal scrollbar have not left position they ...
0
votes
1answer
58 views
Scroll bars on DB grids - seeking a definitive approach
I see lots of DB scroll bar questions, but never seem to find a definitive answer to this one.
There is no option (property) to add/hide DB grid scroll bars, either singly or jointly. The simply ...
0
votes
1answer
35 views
How to detect if there actually is a scrollbar in a browser window
I'm trying to detect if there actually is a scrollbar being shown in the browser window.
Answers to questions like this detect wether the content can be scrolled, but given modern os's and browsers, ...
0
votes
2answers
57 views
How to Hide the Vertical Scrollbar While the Textbox is not Full and Display When it is Full
Can you please let me know how I can set the windows form textbox vertical scroller in a mood that Scrollbar displays only when the Text size is more that the space of textbox?
Thanks
0
votes
0answers
23 views
Non-scaling thumb skin Flash UIScrollBar AS3 alternatives
There's probably a million posts about scrolling in AS3, but the problem I'm having is quite different. I have no problem making scrollbars work (have done loads of times), but I'm having a problem ...
0
votes
1answer
38 views
CSS div height overflows the document body when content is added
I have a #container div that is set to height:100%; width:100%; of the document body. Inside the #container is div#box2 that is set to height:100%; width:200px;. When I add lots of content to ...
0
votes
0answers
49 views
Draggables in div with scrollbar. Feasible?
I use scriptaculous Drag and Drop function. Here is the demo: http://jsfiddle.net/nB8PC/1/ There are two divs. The one with draggable objects and another where the objects can be dropped into. The div ...
0
votes
1answer
25 views
Drop down menu not work on opera
I am using the scrollToFix script on my website to fix the Navigation as the user scrolls down the page.
The drop down menu runs correctly on all Browsers except Opera. When i scroll down the page, ...






