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
6 views
inner scrollbar and inherit scrollbar
i need help.
I have 2 scrollbars on my pages, one of them, it's inside a container, the other is owned by the navigator.
The question is...meanwhile the focus fall on the inner scrollbar had no ...
0
votes
0answers
11 views
How to detect css scrollbar with jQuery $.support
How can I detect css scrollbar with jQuery $.support?
I'm using Modernizr.cssscrollbar, thought maybe there are better ways with $.support?
if (Modernizr.cssscrollbar === false) {}
Thanks.
1
vote
0answers
32 views
Scrollbar for single item in listview in Android
I am making simple application in Android.
The application contains a custom listview. This listview contains only a single item. Now I want make this single item scrollable on the entire screen of ...
0
votes
1answer
29 views
get image's x y when canvas was scrolled
I am using DrRacket 5.3.4
There is a frame f, canvas c
And I set scrollbar to canvas.
I want to get image's coordinate
(not main window, frame's upper-left-relative coordinate)
how can I get ...
-1
votes
0answers
20 views
customerize the width of the webkit scrollbar
I would just like to make the scrollbar bigger through the webkit styling. However, it seems like once i set the
::-webkit-scrollbar {
width: 10px;
}
I have overridden everything else. It ...
0
votes
0answers
15 views
safari vertical scrollbar doesn't scroll to the bottom
I'm designing a site that can be viewed in this link:
www.widedreams.pt/circuloentreser
The site has several optimizations to be made, don't pay many attention to that.
I tested the site in several ...
0
votes
1answer
22 views
C# : How to add both scrollbars in a PictureBox contained in a SplitContainer Panel
I've found a similar question, but the answer only helps making one of the scrollbars appear.
My form has a SplitContainer. In one of its panels (Panel2) there is a PictureBox with an image i want to ...
2
votes
1answer
22 views
Scrollbar appearing like in Azure management portal
I am building a web Application following the newset 'metro' (or I'd rather say 'modern') guidelines for Win8 Apps, I'd like to ask if anybody knows how to implement a scrollbar (vertical/horizontal) ...
0
votes
0answers
4 views
add vertical scrollbar on jquery ui modal-dialog
i have a link to open modal dialog which inside of content has load data from server , then put it in the dialog in HTML's format,but the content is over from standard height of dialog body , how can ...
0
votes
1answer
27 views
How to fixed Highcharts data area with scrollbar?
Task include Sleep,Family time,Eat and Work
When I move the scrollbar , data area will change over time
How can I fixed data area when I move the scrollbar(always show 4 tasks) ?
Or
How can I ...
0
votes
2answers
30 views
vertical scroll bar not visible inside horizontal scroll bar android
I have a vertical scroll bar inside a horizontal one.
The vertical scroll bar is only visible when I scroll horizontally all the way to the right. But I want it to be always visible.
How can I do ...
0
votes
0answers
12 views
How to check if HorizontalScrollview can be scrolled (to the left and/or right) or if everything is visible
I have a horizontal scrollview inside a custom popup window.
The popup window's width is not fixed (because it depends on the screen size of the device).
Inside my scrollview there can be 1 to 10 ...
-3
votes
0answers
23 views
How to disable horizontal scrollbar completely? [closed]
Overflow-x is set to hidden, so the scrollbar is hidden, but the area itself can be moved by dragging (because of the hidden scrollbar).
0
votes
1answer
58 views
applying scrollbars to pictureBox
I have looked at the examples on this and other sites to create this pictureBox. Yet I still can't figure out, why scrollbars are not shown. I guess I am missing a small but important detail :P. The ...
0
votes
1answer
22 views
Android: Do not display the scrollbar of ListView when ListView displays
I have a ListView, when this ListView displays, its scrollbar also displays and fades out later, I want scroolbar only displays when scrolling, how to do?
-2
votes
0answers
15 views
How do I make a slim scrollbar [closed]
This is my website page: www.tylese.com/THEPAGE.php (yes you'll have to click "continue as guest" to see the page).
The vertical scroll bar for the iframe is taking up to much space and I am trying to ...
1
vote
4answers
42 views
Horizontal scroll bar for iframe with content that has overflow-x: hidden
I am working on a landing page with width 760px and need to have an iframe with content (a flash demo) that is 980px wide. So I would need to have a horizontal scrollbar in order to view the entire ...
0
votes
0answers
9 views
How to use custom scroll bar on dynatree plugin?
I have integrated the nice dynatree plugin on my web site.
It works fine, but now I want to change scrollbar style of dynatree in such a way to suit my web site's theme.
Is there an easy way to do ...
0
votes
0answers
11 views
How do you get scroll bars to work on ms chart control with datetime values?
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ...
0
votes
1answer
35 views
Identify a step up/down movement of scrollbar in gtk
I have created a gtk scrolled window.
I had attached a gtk tree view to it
I have created gtk adjustment for vertical scrolling purpose
I have created gtk vertical scrollbar and with the adjustment
...
0
votes
0answers
23 views
Space between text and scrollbar in extjs panel
The scroll bar is displaying right next to the text in the panel.
How to resolve this?
{
xtype : 'panel',
title:'About',
region : 'center',
autoScroll : true,
frame : true,
...
0
votes
1answer
32 views
Python Tkinter Double Scrollbar
I am trying to display a bunch of labels ( very long labels) with a scrollbar frame.
For some reasons, I need to set the width and height of each label to a fix value.
But in that case, when the ...
0
votes
3answers
46 views
How to have fixed width on window resize?
I have a body background and I have a div in that body.On window resize, I want to have the application as such. To maintain the width,if I give fixed width to the body,on window resize I am not ...
0
votes
1answer
17 views
Hide parent window scrollbar based on iframe scrollbar
I am using a iframe with fixed height and vertical scrollbar. the iframe scrollbar will only appear if the loaded page height is more than iframe height. My need is to hide the browser scrollbar and ...
0
votes
2answers
45 views
Responsive Site - Phantom width causing horizontal scroll bar
I am building myself a portfolio website that is causing me a lot of grief in trying to make it responsive. It didn't start out responsive which was my first mistake but I have gotten so close to ...
0
votes
1answer
34 views
Save & Load scroll bar state in a dialog based MFC application using serialization.
I am working on a dialog based MFC application that consists of check boxes, scroll bars, buttons, edit control etc. I am trying to save the application's current state into a .txt file and then load ...
2
votes
1answer
43 views
Scroll bar covering interaction element in WebKit on Mountain Lion
I have a tiny button floated to the right edge of its container, which has the style overflow-y: scroll. On Mac OS X Mountain Lion, in Safari and Chrome, on devices that have a trackpad and no mouse, ...
2
votes
1answer
37 views
Correct way to set ScrollViewer (for vertical scrolling) on a WPF Frame?
does anyone know the difference between defining a vertical scrollbar on a frame like this:
<ScrollViewer Grid.Row="2" VerticalScrollBarVisibility="Auto">
<Frame ...
0
votes
1answer
23 views
JQuery Custom Content Scroller Plugin
I want to use Custom Content Scroller JQuery plugin on my Joomla 3 website, but it seems that it is not working.
<link rel="stylesheet" ...
2
votes
1answer
70 views
Scrollbar overlay in IE10, how do you stop that? Might be Bootstrap?
In IE10, the scrollbar is not always there... and when it appears it comes on as an overlay... It's a cool feature but I would like to turn it off for my specific website as it is a full screen ...
0
votes
0answers
23 views
Alphabetical scrolling in android
I know this question has been repeated several times here on SO. I've gone through almost all of 'em. Out of all those, I finally implemented this solution. Now this seems to work alright. But it ...
0
votes
1answer
23 views
Horizontal Scrollbar missing from Infragistics WinForms UltraDayView
Using Infragistics NetAdvantage for Windows Forms 11.2, I've set up a schedule grid that uses the UltraDayView control. When there are more rooms (owners) shown than would fit on the form, the ...
0
votes
0answers
17 views
google maps does not cover background on resize after scrolling
I have a google map set as a full background on a personal project - when I resize the window that the map is in followed by scrolling down, there is a gap left, so the map does not truly cover the ...
0
votes
1answer
45 views
C# panel flickering when scroll value changed
how can i reduce flickering?
C# panel flickering when scroll value changed
that's a windows form based project
[Translate is a user control contain two textbox and blue backgroudcolor.]
my ...
0
votes
1answer
29 views
CKEDITOR vertical scrollbar Xpages
I need to enable vertical scroolbar into my CKEDITOR classic RT control...
So I have used this CSS
.cke_show_borders {
overflow-y: scroll; // vertical scrollbar
overflow-x: scroll; // ...
0
votes
0answers
9 views
jquery implementing scrollbar, need to fix dragging to work properly
Here's what I have (link updated)
So far the scrollbar scrolls appropriately as mouse scrolls, but when dragging it's
scrollbar messes up, sorry that I'm not using existing plugins, whanted to have ...
0
votes
0answers
23 views
When browser window size is too small .scrollLeft() will scroll to infinity
I am using this code as part of a horizontal scrolling site, and it is working wonderfully allowing me to scroll vertically and then have it follow me position:Absolute. However when the browser ...
0
votes
1answer
22 views
how to make a pyqt tabbed interface with scroll bars?
How can you had independent scroll bars to a tabbed interface in Qt? This is what I tried, but there are no scroll bars, and everything is very small.
import sys
from PyQt4 import QtGui
def ...
0
votes
1answer
20 views
Scrolling to the exact end or beginning of the QListView containing QStandardItems?
I have a QListView with a horizontal scroll bar in which QStandardItems are inserted. When I drag an item over the existing items the scroll bar moves as per the QModelIndex. But when i reach the end ...
0
votes
0answers
14 views
hard keypad focus failed using Navigation key
My phone has hard qwerty keypad and I've a problem traversing using navigation down key when a popup is shown.
only scrollbar is traversing down when the string in popup is long and focus is not ...
1
vote
1answer
61 views
skrollr : Horizontal scroll with smooth scrolling not working
I am trying to build a site using skrollr. This is the jFiddle link to what I have tried yet. But as you can see it doesn't work as expected when the smoothScrolling is set to true. When setting ...
0
votes
1answer
41 views
UIScrollView scrollbar “top position”?
I saw that the Facebook app for iPhone has the scrollbar in a other position then normal (in the page view). In my app I have UINavigationController > UITableViewController.
Facebook app, I can't ...
0
votes
1answer
29 views
Primefaces Chat outputPanel displays no scrollbar
I'm facing an issue with the Primefaces Chat demo from the Primefaces showcase. The outputPanel component does not display a scroll bar like in the showcase demo. Here is my code and screenshot below:
...
0
votes
1answer
87 views
How can I implement a horizontal scroll bar that sits at the bottom of the current view?
I have a main container. Inside this container I have a div which spans a height which fits into the main container and needs to remain that way. It also has a width wider than the main container, ...
0
votes
1answer
31 views
why scroll-bar doesn't appear when I zoom in the browser
please look at this address when I zoom the browser in, no scroll-bar appears and when I zoom it too much and there are sufficient contents, there will be a huge white space at the bottom of the page, ...
0
votes
1answer
35 views
Custom Painting - Scrollbars not Appearing in JScrollPane
I want to draw Strings and Rectagles on a JPanel.
I'm adding a JPanel to a JScrollPane but if i draw some Strings no scrollbar appears.
Here is some code for example.
package gui;
import ...
0
votes
0answers
46 views
jfreechart - How to implement a horizontal and vertical scrollbar within a gantt chart?
I created a gantt chart with a vertical scrollbar using SlidingGanttCategoryDataset (which has been initialized with a TaskSeriesCollection / GanttCategoryDataset ) and setFirstCategoryIndex(...). ...
0
votes
0answers
30 views
Firefox scrollbar unresponsive to click using overflow auto and pointer-events none
Scrollbar in boxes with both overflow auto and pointer-events none are not responsive to clicks in firefox.
I have created a very basic jsfiddle reproducing the bug:
http://jsfiddle.net/PgaeC/2/
...
0
votes
2answers
25 views
Background header moving along with the scrollbar
I have the issue of my background moving along with the scrollbar.That is, the header of the page scrolls along with the scrollbar. I have attached my code and the screenshot.Please help me...Thanks ...
0
votes
0answers
15 views
Adding a horizontal scrollbar to jCarosel
Been racking my brain on this one. I've got a page using jCarousel which has items inside ul / li tags that can be scrolled through with the built in prev and next arrows. Is there any way to add a ...








