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.
-1
votes
2answers
45 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
59 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
36 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
60 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
31 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
41 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
54 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
27 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, ...
-1
votes
0answers
44 views
Convert C# To XAML, Bind, ScrollBar, ListBox & WPF
How do I convert this C# code to XAML || bind "ScrollBarTimeLine" to "s"?
ScrollBar s = (ScrollBar) ...
0
votes
1answer
48 views
Make vertical scrollbar always visible within a DIV
I'd like the scrollbar within my "article" DIV to be always visible. I tried the code below but without success (scrollbar only shows up when I start scrolling down). I'm using safari latest version. ...
0
votes
0answers
34 views
ToolTip like youtube style in video slider
Once upon a time seen a similar implementation for wpf but I can't find it now. Maybe someone knows and has seen similar examples?
http://prntscr.com/13jftg
0
votes
1answer
22 views
Get a scrollbar's maximum scroll value
I have a ScrollBar with Maximum of 500, so why is it that when the Thumb is at the end, the value is less then Maximum?
Does this have anything to do with the LargeChange / SmallChange properties?
-1
votes
0answers
45 views
wxPanel and wxScrolledWindow aren't making a good scroll window
I am learning how to use wxWidgets, and wanted to make in the same time an application to use what I learnt.
So when I wanted to use a wxScrolledWindow with just a sizer and controls inside of it, ...
0
votes
0answers
8 views
How to use SetTargetWindow in ScrolledPanel
I use ScrolledPanel that contents the textCtl because I want to use event handling WX_EVT_SCROLLWIN when the scrollbar is used. However the text in my textCtrl sometimes is too big that to view all of ...
0
votes
2answers
38 views
Placing a fixed element above browser's scrollbar
Basically, I want to show an overlay div that covers everything on the page, including the scroll-bars.
Is it possible for a fixed element to appear above the page's scroll-bars ? I tried setting the ...
0
votes
0answers
26 views
Flex desktop application with screen resolution
I have scroll-bar display problem in flex desktop application if screen resolution changed. If resolution height is greater than "768" the scroll bar was not displayed and some components gets hide on ...
0
votes
0answers
25 views
Kendo PanelBar scrolling gets disabled after rubber band scrolling in iPad
I have a web application which runs on iPad. As shown in the below image it has a Kendo Panel Bar with Scrollable content.
The issue is when I do a rubber band scrolling (scroll my web page to the ...
0
votes
0answers
26 views
How can I make content disappear into transparency when scrolling?
I have read more than 30 similar discussions in www and have not yet found an answer to my specific problem
I am trying to have a scrollable content disappear some pixels BENEATH my header into ...
0
votes
0answers
28 views
Change height of div, dynamically, according to size of pre child element to account for a hover scrollbar effect
On my websites I would like to have multiple code boxes using pre & code wrapped in a div. The issue I am having is I want the scroll bar to only appear on hover. So I made a JavaScript function ...
0
votes
1answer
35 views
Scrollbar for overflow content that takes up part of a 100% height fixed position sidebar
This is partially a copy of: Scroll part of content in fixed position container but with some more restrictions and the fact that question was never adequately answered anyway.
I have a fixed ...
1
vote
1answer
31 views
Python: Decide which scrollbar is moving in ScrolledPanel
This question continue the question on the link : wxPython Event for ScrolledPanel. I edited the code a little bit so that OnScroll function get the x position of the content's scrollbar and use that ...
0
votes
1answer
22 views
wxPython Event for ScrolledPanel
I want to make 2 TextCtrls, one is the header, one is the content in which when I scroll vertically, only the content is rolled, but when I scroll horizontally , both header and content are rolled. So ...
0
votes
0answers
17 views
how apply scroll-sneak to my site
Hello I am currently look for solutions for keeping my scroll position on page load and I found this page ( http://mrcoles.com/blog/scroll-sneak-maintain-position-between-page-loads/ ). Its javascript ...
0
votes
0answers
40 views
Can't control ReportViewer Scroll bars?
I don't know why Microsoft doesn't hide the VerticalScroll property of ReportViewer because it's for nothing, I can't show/hide the Vertical scrollbar via Visible property, I can't enable/disable the ...
0
votes
0answers
29 views
plugin jquery custom scrollbars with height:auto?
Exist a jquery plugin for customize scrollbars that work with height:auto in a scrollable element?
I try diferents plugins but all need define a fixed px of height for a scrollable element...
0
votes
1answer
33 views
How to add scroll bar for an item that is larger than the screen resolution in qml?
I use QtQuick 1.1 and I have an item like this below:
Item {
id: myItem
width: 12345
height: 12345
//...
}
When I run my qml project, it doesn't show any scroll bar for this item ...
0
votes
1answer
38 views
Scroll Bar Issues Automatically Scrolling Down To The Last Control
Alright, I designed a form to fit onto the current screen size I use, with the form having a vertical scroll bar to view items further down on the form.
At the bottom of the form, I have a couple of ...
0
votes
0answers
41 views
div within a page scroll to a certain point?
I have a situation where I have a vertical un-ordered list which is set to overflow:scroll. This div has the ability to stick to a certain height and scroll through the list items. each list item when ...
0
votes
1answer
88 views
In WordPress menu, I want to add top and bottom arrow to submenu content for scrolling
For sub menu i am using position:absolute so that the submenu appears on the right of the main menu. However, with position:absolute the scroller is not appearing.
Is there any way i can make the ...
-2
votes
0answers
29 views
how to get scroll bar for flash file while using in web services [closed]
I am having a SWF file (flash file) I want to use in my web service with scroll bar. I am embedding my flash file using iframe tag but unable to get a scroll bar though It has multiple pages.
0
votes
5answers
36 views
Two divs stretched to the end of the page
I have an OUTER div with two inner divs:
one of them is VERTICAL SIDEBAR whose content is fairly short
second one is div with MAIN PAGE whose content varies
They are both set to float: left, so ...
0
votes
1answer
85 views
DataGridView: Scroll down automatically only if the scroll is at the bottom
I have a program that uses dataGridView for showing data that updates automatically every second by adding rows to dataGridView.
When I want to read something around the beginning, I scroll up, and ...
0
votes
0answers
66 views
Changing ItemsPanelTemplate with VisualStateManager disables scrollbars
I have a GridView with an ItemPanel like this:
<ItemsPanelTemplate x:Key="PanelTemplateLandscape">
<WrapGrid Orientation="Vertical" />
</ItemsPanelTemplate>
Now if the app is ...
0
votes
0answers
50 views
How to force a fixed-positioned div to scroll with the rest of the page while zoom without js?
First I want to show you my simple page: http://jsfiddle.net/daeqE/1/
I have a div with position:fixed at top of the page. When I zoom it and scroll horizontally, text in #content will move but text ...
0
votes
4answers
85 views
Changing classes with animation depending on scroll position
My page contains four sections, each set to 100% height with different background color. At the very top I have a fixed menu. I want the menu to change it's background color depending on which section ...
0
votes
0answers
65 views
matlab gui, no clipping using scrollbar
I wanted to implement an scrollbar in my gui.
so I put a panel. then added a slider plus another panel as it's children and used the slider to change inner panel's position.
but when I scroll down, ...
-1
votes
0answers
24 views
C# - scrollBar stick to bottom when the bar is in the bottom
I have a small problem with my scrollBar on the dataGridView, i want the scrollBar to stick to bottom only when it's at the bottom.
If it's in the middle (e.i not at the bottom) i want it stay like ...
0
votes
1answer
63 views
Force jQuery UI dialog to show scroll bars
I'm using jQuery UI dialog boxes on my site to show pop-up forms. The forms tend to be longer than the modal box, so there is vertical scrolling involved.
When I scroll with my trackpad or ...
0
votes
1answer
43 views
Retain Reading Position Of Scrolling Div
I am building a column with dynamic content being appended to the top of the column similar to the style of TweetDeck.
Now if I were to scroll half way down the div to view content, the content being ...
1
vote
1answer
108 views
Python Tkinter scrollbar for frame
My objective is to add a vertical scroll bar to a frame which has several labels in it.The scroll bar should automatically enabled as soon as the labels inside the frame exceed the height of the ...
0
votes
1answer
65 views
How to maintain vertical scroll position in a QTableWidget
This a very simple problem to which I can find no solution:
This is my code:
qint32 pos = ui->twShow->verticalScrollBar()->value();
ui->twShow->blockSignals(true);
//Code for ...
1
vote
0answers
36 views
QScrollArea disappear when setting Maximum size of a widget inside it
Having trouble with a Scroll Area which disappear when we try to set the Maximum/Minimum Size of a widget inside it. Is this normal behaviour of it?
For information, this is how my screen is built :
...
0
votes
1answer
39 views
scrollbars are showing on window instead of on my div
I'm not able to get a scrollbar on my div when the content is too wide. Instead i always get the scrollbar on the window itself. I have played around with the overflow settings but i just can't manage ...
2
votes
1answer
207 views
How to make scrollbars looks like facebook acrollbars in delphi?
There is this question about facebook scrollbars for javascript: hide scrollbar and show on hover like facebook's new chat sidebar and also this question I asked myself with a great answer from a ...
0
votes
1answer
136 views
How to add a scrollbar to a textview?
iOS for a school project and I fill my UITextView dynamically with labels (with x and y positions). But since it has a lot of items the total length of the items is bigger than the iPhone screen ...
3
votes
2answers
140 views
Test if page has a horizontal scrollbar (computer & mobile devices)
On a web page, I need to test if there is a horizontal scrollbar or not (so that I programmatically change the css of some other element). Is there some way to get that information using jquery (or ...
0
votes
0answers
104 views
Dropkick select menu with custom scrollbar
I am using the Dropkick custom select menu script and realized how ugly the scrollbars are when you have a long select menu list. So I added a custom scrollbar script on top of it and it looks great ...
2
votes
2answers
45 views
Fixed width content irrespective of scrollbar present
I have a DIV on a webpage that has dynamically loaded content. If the content is too long (or the browser window is shrunk by the user), a vertical scrollbar appears on the DIV. And of course the ...
0
votes
1answer
54 views
Tiny Scrollbar issue: how to use border on scrollbar
I need define a border to my scrollbar, but using Tiny Scrollbar, when I do it, I get an incorrect value do scroll height. If I use padding, I get the same error. How could I to fix it?
.scrollable ...
0
votes
1answer
36 views
WinApi Scrollbar Handling
I want to create a nice user interface for my project. I Create a window, then I create a child window which is the main window for the interface functions. So... I have those two windows, in the ...




