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
22 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
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

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
0answers
55 views

Div follow scroll issue: scroll jump back to window top

I've found and adapted this method to have my div follow down the scroll bar, only after a certain point is reached: $.fn.followFrom = function (pos, left_fixed, left_absolute) { var $this = this, ...
-2
votes
0answers
145 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
94 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
53 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 ...
0
votes
0answers
72 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
52 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
1answer
45 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 ...
0
votes
1answer
63 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
174 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 ...
1
vote
3answers
421 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 ...
2
votes
3answers
244 views

How to keep a div scrolled to the bottom as HTML content is appended to it via jquery, but hide the scroll bar?

Below I have a small js based simulator for different command tools. The user enters a command, and if it's correct, it displays it at the top. For future uses, I need to make sure it can handle as ...
0
votes
1answer
150 views

nicescroll plugin - unable to copy contents other then in view port on scroll down

I am using the jquery scroll plugin : nicescroll - http://areaaperta.com/nicescroll/demo.html I have a div attached with the nicescroll, the contents in the div are large say 100 lines but I am only ...
0
votes
1answer
734 views

horizontal scrolling on table with fixed header

I have created a fixed header using css (mainly just setting the position of the thead to be fixed), but the problem that I run in to is if the user's resolution size or window size is smaller than ...
0
votes
0answers
60 views

Remember Scroll position while alternating between different views

I have a web application that shows user his photos. This application has different views. In an album view, user sees all the photos inside that albums as thumbnails laid out in a grid format. When ...
0
votes
2answers
301 views

fixing Horizontal scrolling in QML

I want use for Scroll Bar Example. I try to use this example for personal application. my main.qml file like this: Flickable { id: view anchors.fill: parent ...
0
votes
0answers
101 views

Scrolling part of the canvas

I wrote the the below code to solve the problem mentioned at scrolling canvas content. package com.cavium.test.views; import org.eclipse.swt.SWT; import org.eclipse.swt.events.PaintEvent; import ...
0
votes
1answer
190 views

Scrolling doesn't work in iframe in div

I'm not very good at coding and this time I couldn't even find an answer from the Internet. I've made an iframe and placed it inside a div. I want to scroll what's inside the iframe, but for some ...
0
votes
0answers
35 views

Little assistance needed regarding simplyscroll

Hi everyone i'm using this jquery animation script. It's working fine. http://logicbox.net/jquery/simplyscroll/ i have 4 images with auto animation and i want to make first image faster than others. ...
1
vote
0answers
96 views

(IE bug in Facebook Iframes; Scroll down like crazy) Need help to fix my html/css button

The code works fine in JSFIDDLE, both in Mozilla and IE, but when I paste this code in my facebook iFrames tab, I get crazy scroll down in IE/Chrome (Mozilla works fine just like in JSFIDDLE). What's ...
0
votes
1answer
162 views

javascript / jquery - page is jerking while setting scrolltop

I am using a light-box in which I am having some trouble with jquery scrolltop() function. When light box opens it hides the document's scroll bar if it has any and save the vertical scroll position ...
0
votes
2answers
321 views

No Horizontal scrolling on website

I'm trying to position an image on my website that is wider than the resolution, which creates a horizontal scroll bar every time. I know someone who has a site with an image wider than the screen but ...
3
votes
1answer
203 views

How to make Touchable and Movable Scroll Bar in a List View

I have created a List View, which contains a bulk amount of data. Traditional Scrolling is quite slow. I would like to create the scroll view touchable, so that the user can touch the scroll bar and ...
2
votes
1answer
226 views

what is the Formula for custom scroll bar thumb size

I am trying to code a custom scroll bar in HTML. Something like <div class="demo"> <div class="content"> My content comes here </div> <div ...
0
votes
1answer
244 views

nanoScroller showing scrollbar but not scrolling

The scrollbar shows up in the actual project but it doesn't work as a scroller until "Inspect Element" is clicked in Chrome. I tried to create the same scenario in jsFiddle. (but jsFiddle is not even ...
1
vote
0answers
157 views

Different directions of scrolling and scrollbar (jQuery Scrollbar Plugin)

is it possible to scroll a div vertically with a horizontal scrollbar? (see image - f.e. by sliding the circle to the right you would scroll down) It would be great if this would be possible with a ...
2
votes
0answers
308 views

Scroll a ScrollableControl with Arrow keys

I'm using a ScrollableControl in my C# project and I'd like to know how to map the arrow keys to vertical/horizontal scrolling. EDIT : my picture box gets the focus, and i managed to map the keys to ...
0
votes
0answers
86 views

Conversion of an HTML page into PDF with scrollbar, using third party software

I need a third party software (either free or commercial) which can reliably convert an HTML page (given as a URL address) into a PDF file. The most important characteristic that should be kept ...
0
votes
1answer
41 views

How can I add a scrollbar? I tried adding overflow:auto to body and it didn't work

Simple question for most of you I'm sure. I added a scrollbar using the overflow:auto on a text box within my page. Tried the same thing with the body but it doesn't work. If I change the size of my ...
1
vote
0answers
410 views

css horizontal scroll with ul li tags + bootstrap

I'm trying to horizontal scroll using bootstrap, but I'm not able to get it to scroll horizontally. My li tags just doesn't wrap the way it should (it's wrapping normally). HTML: <div ...
1
vote
2answers
84 views

Page Shows Scroll bar no matter what

Here's my page: http://bad-sf.com/stemtest/about.html Notice that scrolling is still an option even though the content is small enough to not require scrolling. Could it have to do with my css? ...
1
vote
1answer
43 views

How to fix the height of a div and add a scroll bar to it?

I'm trying to fix the height of the 'main body of text' div and add a scrollbar so that everything stays on one page. I'm a beginner with this and have tried to follow an array of different ...
13
votes
4answers
474 views

How do I stop users from being able to scroll horizontally on my site

Here's the site: http://joshnh.com/ Basically, I have a few elements that are super wide so that they look as though they are coming out from the right hand side of the screen. I'm then using ...
-1
votes
2answers
80 views

Prevent content from overlapping scrollbar

Is there a way to add styles directly to the scrollbar so that it will always be on top of the content? I have an issue where the page loads fine but if I resize the browser window then the header ...
0
votes
1answer
230 views

Simulate a scrollbar without any plugins or UI - possible or not? [closed]

I have a div with a list inside. The div is set to overflow:hidden. Next to the div I have a little handle, to control the scroll. First of all, I want to know if it's possible to make that list ...
0
votes
0answers
78 views

White area on right of scrollbar, how to fix that?

I have a irritating problem to deal with, but I can't seem to fix it. I hope you can help me out. The problem is as the image shows: I have a white area right to the scrollbar and I can't find the ...
2
votes
2answers
114 views

What is this scrolling tabs control in Blackberry Applications?

I want to create scrollable tabs in my Blackberry application. I found a control that is used in blackberry home screen and in many other BB apps It has many tabs (All, Favorites , ...etc.); ...
0
votes
3answers
3k views

Panel inside a Panel: autoScroll not working

I have this view (DetailsContainer, first class in code section of this question) with two items inside (MetaDataPanel, Preview), but autoscroll doesn't work in MetaDataPanel (follow the code). So ...
0
votes
2answers
597 views

How to dynamically set the width of <li> tag according to the content in it and scroll accordingly?

I am new in Javascript and encounter with this issue. i want to dynamically set the width of <li> tag according to the content in it and scroll accordingly. <html> <head> ...
4
votes
2answers
586 views

Scroll an overflowing div by scrolling anywhere on the page

I'd like to trigger scrolling of a div with overflowing content by scrolling anywhere on the page, not just by moving the mouse and clicking within the div. Also, i'd like to hide the div's scrollbar ...
2
votes
4answers
9k views

Bootstrap: How to enable scroll bars?

I use Twitter Bootstrap in one of my projects, but I have the problem that my content goes out of the browser view. Normally you see the scrollbar on the right side of the screen, but not in my case. ...
3
votes
2answers
2k views

Scrollbar scrolling in steps (html/css/jquery)

I have made a horizontal scrollbar, with products inside. But if I scroll to the right and back I can only see half product, is it possible with html/css/jquery to scroll in steps of 200px? This is ...
1
vote
0answers
488 views

Custom scrollbar for div loaded through AJAX — Scrolling DIVs for tablets

Two different but related questions. 1) How can I create a simple custom scrollbar for a div that is loaded via AJAX? I used this tutorial: http://www.hesido.com/web.php?page=customscrollbar and I ...
0
votes
1answer
2k views

Scroll multiple DIVs using Javascript Scrollbars

I have the following setting: http://jsfiddle.net/dobbylan/DnmvR/5/ In this example, scrolling the maindiv also scrolls the upper/left div. However I'd like to exchange the native Scrollbars for ...
0
votes
1answer
201 views

Making the user scroll all the XtraGridControl o a GridControl

I've got a XtraGridControl in a winform, I need to add a validation method that should ensure that the user has at least seen or navigated all the data inside the XtraGrid and then present an option ...
1
vote
2answers
1k views

Scroll content that has position absolute

I have a div (.outer - the viewport) with fixed height that contains another div (.inner - the content) which should be scrollable. The .inner div is positioned absolute with bottom: 0 so that we can ...
0
votes
1answer
3k views

Control the position of the horizontal scrollbar without plugin

I need your help. Maybe a hint is enough. Something I haven't seen... I want the horizontal scrollbar (class scroll) to dynamically scrollLeft to the beginning of the visible part of the div with ...

1 2 3