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
1answer
42 views
Adding another div dynamically pushes all scrolls of previous divs up
My html looks like this:
<div id="main">
<div style="height:200px; width:100px; overflow:scroll; display:inline-block;">
hi<br/> hi<br/> hi<br/> hi<br/> ...
0
votes
0answers
79 views
Can't scroll vertically in an Android WebView with tall HTML
I'm writing an Android app with Eclipse and have the following problem:
I add some local HTML code to a standard WebView.
I can pinch and zoom in any direction.
But... I can only scroll ...
0
votes
0answers
20 views
Troubles with multiple JScrollPane using API
I'm using JScrollPane plugin and i'm having troubles using api.
That's my situation:
var scrollBar = $("div.panel").jScrollPane({
showArrows: true,
autoReinitialise: ...
0
votes
3answers
138 views
vertical scrollbar no apearing in datagrid inside usercontrol in wpf
I have a user control in WPF that has a DataGrid.
I add this user control in a Window inside a TabItem of TabControl.
The Vertical scrollbar is not getting visible. I resized the window and it seems ...
0
votes
0answers
147 views
Firefox: How to prevent horizontal scrollbar with when min-width and max-height is used?
I have a dynamically created table placed in a div. Whole structure can be arbitrarily positioned on the page. Requirements are (automatic vertical scrollbar and never horizontal scrollbar): - minimal ...
0
votes
0answers
34 views
jquery: how to determine end of scrolling
there is allready a question about that topic, which i want to extend: jQuery scroll() detect when user stops scrolling
There some different ways to get out, when the user stops scrolling.
My way:
...
0
votes
0answers
48 views
How to replace .NET WinForms textbox scrollbars with the HScrollBar and VScrollBar classes from .NET framework
How do I remove or otherwise "not show" the scrollbars in the standard WinForms .NET TextBox control, and add the instances of .NET controls HSCrollBar and VScrollBar controls as the textbox's ...
1
vote
1answer
59 views
When binding Width to ViewportWidth in the ListBox with images the horizontal scrollbar is visible
What I'm trying to achieve is to create a vertical list of photos with frames on the rightmost side of a WPF window. The images are data bound to ObservableCollection and the images list should be ...
1
vote
1answer
503 views
How can I use bootstrap grid layout while accounting for scrollbar width
Please take a look at this jsFiddle: http://jsfiddle.net/arasbm/c8MBg/2/ which I made based on twitter bootstrap scaffolding examples.
<div class="span9 scroll-sucker">
<div class="row ...
0
votes
1answer
42 views
divs changing place when the window is resized / can't use horizontal scrollbar
I'm having a problem with my layout. I have a full width navbar with some divs on it, but when the page is resized the divs inside this navbar change their positions, and I only get a scrollbar at the ...
0
votes
1answer
33 views
show always scrollbar
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
...
0
votes
1answer
135 views
autofit image when browser window resize
i want that my image size doesnt change when my browser window resize and it should cover all the div content ..
the problem is when i resize my window background image only cover showed browser area ...
0
votes
1answer
61 views
Flex: preventing tree's vertical scroll bar overlapping view
I have an mx:Tree, but when the vertical scroll bar appears, it overlaps the content of the tree (odd that the horizontal bar does not). That might be acceptable for the text, but the stripe that I ...
0
votes
0answers
65 views
jQuery Tiny Scrollbar - Make scrollbar track dynamically resizable
here's the Plugin I'm using:
http://baijs.nl/tinyscrollbar/
Source http://baijs.nl/tinyscrollbar/js/jquery.tinyscrollbar.js
One of the Plugins options is called size and basically defines the width ...
2
votes
1answer
86 views
When my popup opens why does it not show the full contents of treeview?
I have a treeview within a popup. The idea is that the user will select from the treeview and be able to view any opened nodes. Here's the code:
<Popup PlacementTarget="{Binding ...
0
votes
3answers
77 views
The child already has a parent
I know a lot of people asked this question but I'm not sure the solution for my problem is the same.
My code is:
package com.example.goo;
import android.app.Activity;
import android.os.Bundle;
...
0
votes
1answer
47 views
scroll bar missing from drop down menu- Please advise
For some reason on my page http://automammoth.com/shop/cart/ (please add an item to cart to see it) the scroll bar is missing from the drop down menus, so my customers cannot select the correct state ...
0
votes
1answer
56 views
Scroll smoothly down and hide scroll bars
I have a page with 2 div's(#page1 and #page2 above each other which are exactly the size of the browser window(calculated by jQuery). When I click on the div with id: name I want the page to scroll ...
0
votes
1answer
56 views
How to add Scroll bars to UIComponent in Flex
I have following situation.
<mx:Canvas id="canvas" height="100%" width="100%">
<mx:UIComponent id="chart" width="100%" height="100%"/>
</mx:Canvas>
Now there is one SVGDocument ...
0
votes
1answer
122 views
How to get a panel vertical scroll bar working (Appears but does not do anything)?
I have added a scroll bar programmatically to a panel in my form, however when i run the application the scroll bar doesn't do anything.
How do I get it to scroll up and down the panel?
Much ...
3
votes
1answer
127 views
How do you remove the scrollbars on timeline.js iframe?
I tried posting this to the timeline.js Google group but it got deleted.
I'm seeing scrollbars on the outer iFrame on the plugin's website (http://timeline.verite.co) and on our test site.
When ...
0
votes
3answers
32 views
Div getting larger instead of scrollbar on page
I've created a website with a content-width of 800px.
However, when my user uploads a picture with a width of 900px, the site is totally out of order.
Is there a way to add a slider or scrollbar ...
0
votes
1answer
41 views
How can I fix the scroll bar to top weather than bottom of the Panel in C#?
I have main panel container and placed my controls on it and panel size is same as my form.
I have given the the values given below through properties to Panel.
AutoScroll=true;
...
0
votes
1answer
36 views
how to wrap text inside a specific width and height using javascript with scroll up and scroll down
Im very new in javascript and i'm using it to create an interactive website but there is a problem. Since i just started all i know is how to warpText my content and i don't know how can i make a code ...
0
votes
0answers
18 views
Scrollbar Size and Width of Table Columns
I'm using TableLayoutPanel that dynamically has rows added to it. The table has 3 columns.
I try to add a ScrollBar when I have n rows in my TableLayoutPanel.
On top of the table, I have labels with ...
0
votes
0answers
48 views
Webkit custom scrollbar
I'm trying to recreate the scrollbar in the picture, but:
I can't make the white space between the central bar and the
border
the central bar doesn't reach the top of the entire
scrollbar because of ...
1
vote
1answer
40 views
Check if scrollbar could be focused/scrolled in WebBrowser
Is it possible to check if the scrollbar of a webbrowser can be scrolled?
0
votes
0answers
39 views
JFreeGraph + Eclipse RCP: Scrollbar does not work
I'm using JFreeGraph inside my RCP application.
The problem is that the scrollbar is not usable
I'm creating the Graph with the following code. The given parent is the main composite of my View.
...
0
votes
0answers
48 views
Why does my scrollbar's position always return to 0? [closed]
So I created two scrollbars and set the info the the hScrolbar:
EW_HWnd=CreateWindowEx(NULL,
"EditorWindow",
"EditionWindow",
WS_CHILD | WS_VISIBLE | WS_VSCROLL | ...
0
votes
1answer
26 views
Making a scrollbar in Flash with a position property and a move event
I want to realize a horizontal Scrollbar in Flash to control an object of my page.
I need to be able to get/set the scrolling position and to catch the event when the scrollbar move.
As far as I ...
0
votes
0answers
108 views
MX Scrollbar CSS not applied properly in Flex 4
I am creating one application in which I had two datagrids.
I had one global css to apply styles in application.
In which I am giving one global style to mx|ScrollBar.
But in second datagrid I want ...
-2
votes
1answer
69 views
horizontal scrollbar appears when not needed (chrome only) [closed]
On my page horizontal scrollbar appears even, if it should not. The problem appears only in Chrome.
http://megacennik.com/start.html?idHurtownia=13
It looks, like banners on right even, if they ...
0
votes
1answer
66 views
How to sync the scrollbars of two grids in wx
One custom wx.frame is created to contain a splitter window with two grid controls inside. It's used to compare the data in each of the grid. At this point the scrollbar of two grids need to support ...
1
vote
2answers
259 views
CSS 100% width scrollbar (overflow-x) within a table cell
it's my first post. Finally I decided to join you all at stackoverflow!
My problem is about an horizontal scrollbar which has to fit 100% to its container. In the following example you'll find ...
1
vote
1answer
24 views
Can one limit how far down the sliderbody will go on a (vert) scroll bar?
Here's is a diagram where it clearly shows what I mean exactly with the sliderbody, the "button" you can select and drag down a vertical scrollbar.
http://www.maani.us/xml_charts/images/scroll.gif
My ...
0
votes
1answer
207 views
WPF ListBox - Detect Scrollbar Up/Down Button click
I'm using a listbox to display a list of numeric values where the selected value get applied to an object and is saved. I had the idea to set the height on on the listbox to be just enough to display ...
0
votes
2answers
31 views
Make div remains in same position when reduce browser width?
http://wthdesign.net/test/html/01-homepage.html
I have an id created call "rightColumn", when I reduce the browser's width it gets push down to the next column, how do I make the id stays in its ...
3
votes
1answer
272 views
Android Custom scrollbar
I am working on custom scrollbar.I have created a listview as :
<ListView
android:id="@+id/contact_list_view"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
...
1
vote
3answers
326 views
html vertical auto scroll with javascript
Im new with pure javascript (well i found its easy to use jquery, but its too bad i cant use jquery in this case :D).
I tried to follow this sample code, but its not working in my web.
This is a ...
1
vote
0answers
85 views
Vertical Scrollbar Bug IE9 and IE7
Why does IE9 and IE7 display the vertical scroll bar incorrectly when the width of a div is programatically set to the width of the viewport and the overflow property is programatically set to auto... ...
0
votes
1answer
446 views
How to get rounded edge scroll bar in IE10?
Am using following css to change the scroll bar color
<style>
body
{
scrollbar-face-color: #EEEEEE;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #CCCCCC;
...
0
votes
1answer
23 views
how can I tell when the scroll-bar is at a certain height?
How can I tell when the scroll bar is at a certain height meaning when there is a certain amount of space between the top of the scroll-bar and the top of the scroll-bar's track?
And then execute ...
0
votes
0answers
410 views
IE10 Issue with Scrollbar on Div
I'm using a scrollbar on a div and it appears to be having a rendering issue in IE10.
When you scroll the div all the way to the bottom, then back to the top content is missing.
Do you know if ...
0
votes
0answers
64 views
List component scroller remains full height of View
I am working on a Flex mobile Application and I am using s:List defined in actionscript component with MXML renderer.
In my sView:
var movieList:List = new List();
private function ...
1
vote
0answers
110 views
In Listview if horizontal scrolling is disabled (hidden), how will it scroll down automatically when new line is added?
I am using a listview in my C# application. Generally if listview's scrollable property is enabled we will use following command to make it scroll down automatically when new line is added:
...
0
votes
1answer
71 views
Wrap Table with DIV at runtime
My first question here.
Given a table:
<table id="mytable">
<tr><td>row1 col1</td><td>row1 col2</td></tr>
<tr><td>row2 ...
0
votes
2answers
123 views
How to change scroll bar style or hide scroll bar in browser through javascript or css?
Is there any way to change the default scroll bar style? or hide the scroll bar and enable to scroll?
0
votes
0answers
38 views
Changing ScrollBar thumb to jump to click position
I'm building a WPF application designed run on a very large touch screen and user testing has determined that I need to modify the standard ScrollBar behavior.
When a user clicks the background of ...
0
votes
0answers
37 views
Internet Explorer 8 unresponsive scroll bar
The page with the problem is on vividlive.sydneyoperahouse.com and can only be reproduced in IE8 (XP Pro).
I have two scrollbars on the page, one for a nav menu and one for the main page. The ...
1
vote
2answers
116 views
How to insert a scrollbar and a form in a notebook widget with python and tkinter?
I am really new to python and currently I am trying to design a form using tkinter. I am stuck trying to insert an scrollbar and a form in a notebook since I haven't found an answer to my question, ...







