Tagged Questions

Shifting the contents of the viewport up/down (vertical scrolling) or left/right (horizontal scrolling).

learn more… | top users | synonyms

79
votes
7answers
36k views

jQuery - Check if element is visible after scrolling

I'm loading elements via ajax. Some of them are only visible if you scroll down the page. Is there any way I can know if an element is now in the visible part of the page? EDIT: freakytard solution ...
46
votes
25answers
35k views

UITableView and keyboard scrolling issue

after a lot of trial and error, I'm giving up and asking the question. I've seen a lot of people with similar problems but can't get all the answers to work right. I have a UITableView which is ...
34
votes
6answers
24k views

How do I scroll to the top of the page with jQuery?

I have a button a user presses and it shows a hidden div using jQuery. My question is, how do I scroll to the top of the page using a jQuery command in that function? It is desirable if the scroll ...
27
votes
10answers
19k views

how can I make a div stick to the top of the screen once it's been scrolled to?

I would like to create a div, that is situated beneath a block of content but that once the page has been scrolled enough to contact its top boundary, becomes fixed in place and scrolls with the page. ...
26
votes
4answers
1k views

Custom Scrollbar for iPhone's UIView (Making Long Scrolls Not Suck)

In a post, Making Long Scrolls on the iPhone Not Suck, Aza Raskin describes an alternative scrollbar control that's better at getting around on very long pages: It's not important that the ...
24
votes
3answers
9k views

Tricks for improving iPhone UITableView scrolling performance?

I have a uitableview that loads fairly large images in each cell and the cell heights vary depending on the size of the image. Scrolling performance is decent, but can sometimes be jerky. I found ...
18
votes
6answers
9k views

How to stop scrolling in a Gallery Widget?

I loaded some images into a gallery. Now I'm able to scroll but once started scrolling the scrolling won't stop. I would like the gallery to just scroll to the next image and then stop until the user ...
18
votes
4answers
46k views

How to scroll the window using JQuery $.scrollTo() function

I'm trying to scroll down 100px every time the user gets near the top of the document. I have the function executing when the user gets close to the top of the document, but the .scrollTo function ...
17
votes
3answers
7k views

How to scroll to specific item using jQuery?

I have a big table with vertical scroll bar. I would like to scroll to a specific line in this table using jQuery/Javascript. Should I look for plug-ins for this task, or there are built-in methods ? ...
16
votes
4answers
16k views

jQuery Scroll to bottom of page/iframe

How do I use jquery to scroll right down to the bottom of an iframe or page?
15
votes
3answers
10k views

Disable scrolling in an iPhone web application?

Is there any way to completely disable web page scrolling in an iPhone web app? I've tried numerous things posted on google, but none seem to work. Here's my current header setup: <meta ...
14
votes
2answers
7k views

How do I scroll a RichTextBox to the bottom?

I need to be able to scroll a RichTextBox to the bottom, even when I am not appending text. I know I can append text, and then use that to set the selection start. However I want to ensure it is at ...
13
votes
1answer
4k views

Synchronise ScrollView scroll positions - android

I have 2 ScrollViews in my android layout. How can I synchronise their scroll positions?
12
votes
2answers
177 views

Invert/change logo on scroll

An article over on askthecssguy.com shows how to change/invert an image on scroll using fixed backgrounds: ...
11
votes
10answers
1k views

which would be the best to do make a horizontal scrolling app in android?

I have to make an application in which the user moves around a screen, which is like our android home screen. There is a list of images that come, and we can scroll through the images in a horizontal ...
11
votes
4answers
1k views

Prevent cached iPhone webapp from reloading (scrolling to top)

I have an iPhone webapp that uses a cache manifest to work offline. I add the webapp to my home screen, use it (say scroll to a certain location on a page), then go back to homescreen. When I open the ...
11
votes
9answers
1k views

Explaining the need to avoid horizontal scroll

I need help explaining to my boss why her design is poor on a client's website. She has no knowledge of the web, and it can be difficult as a web developer working with a woman who is a graphic ...
11
votes
2answers
12k views

jQuery Infinite Scrolling/Lazy Loading

I'm currently redesigning my website and have been looking into using JavaScript and jQuery. Here is what I have so far: http://www.tedwinder.co.uk/gallery2/. My vision is to have all of the photos ...
11
votes
7answers
17k views

Scroll WPF Listview to specific line

WPF, Browserlike app. I got one page containing a ListView. After calling a PageFunction I add a line to the ListView, and want to scroll the new line into view: ListViewItem item = ...
10
votes
3answers
6k views

How do I automatically scroll to the bottom of a multiline text box?

I have a textbox with the .Multiline property set to true. At regular intervals, I am adding new lines of text to it. I would like the textbox to automatically scroll to the bottom-most entry (the ...
10
votes
3answers
27k views

ListBox with ItemTemplate (and ScrollBar!)

I have a databound and itemtemplated ListBox: <ListBox x:Name="lbLista" ScrollViewer.VerticalScrollBarVisibility="Visible"> <ListBox.ItemTemplate> <DataTemplate> ...
9
votes
3answers
893 views

Capture a scrolling window contents screenshot

I need to capture a screenshot of the scrolling window's client area, using .NET. My first priority is capturing web page screenshots. But this can be not the only one use case. For example it can be ...
9
votes
8answers
4k views

HTML fixed header table scrollbar

I've tried several methods to get a scroll bar from an HTML table with a fixed header but had no luck. I think I need a solution where the header is somehow "attached" to the table body (rather than ...
9
votes
3answers
7k views

Android horizontal scollview behave like iPhone (paging)

I have a LinearLayout inside a HorizontalScrollView. The content is just a image. While scrolling, I need to achieve the same behavior you get when setting the paging option on a the iPhone equivalent ...
9
votes
2answers
6k views

jquery ui draggable elements not 'draggable' outside of scrolling div

i am super stumped. i have many elements (floating href tags) in a div with a set height/width, with scroll set to "overflow: auto" in the css. this is the structure of the divs: <div ...
9
votes
5answers
11k views

JQuery Scrolling/Paging Tabs

I am trying to create a simple tab bar for a site that has the ability to scroll for tabs that do not fit on the page. This is quite simple and does not need to have any ajax or dynamically loaded ...
9
votes
4answers
7k views

Is UIPageControl Useless By Itself?

I've been looking into using the UIPageControl for a scrolling part of an application, and I was wondering how it works. The docs show methods for changing pages, setting the number of pages etc., but ...
9
votes
4answers
6k views

Scroll UITableView so that the header isn't visible

I've got a UITableView with a UISearchBar as the tableViews.tableHeaderView. Just like the new Mail.app, Notes.app, etc. in 3.0. I want to hide the SearchBar until the user drags it in his sight. My ...
9
votes
6answers
3k views

Emacs mouse scrolling

When I scroll in Emacs using mouse wheel, it scrolls 5 lines at a time, which, I think, is way too much - where do I set a new value? Also, when I scroll in Emacs with a mouse (either wheel or ...
8
votes
2answers
1k views

Prevent scrolling of parent element?

I have a little "floating tool box" - a div with position:fixed; overflow:auto. Works just fine. But when scrolling inside that box (with the mouse wheel) and reaching the bottom OR top, the parent ...
8
votes
4answers
608 views

Can the mouse wheel be used while dragging/dropping?

In WinForms, after calling a DoDragDrop to start dragging an item, controls no longer scroll with the mouse-wheel, and the control's MouseWheel event is no longer called, until the user drops whatever ...
8
votes
2answers
484 views

How do I only load an image when the user scrolls to it

Many sites appear to only download images or generate parts of the document (eg for reviews) when the user scrolls far enough down the page to actually see them. This obviously will give you faster ...
8
votes
1answer
806 views

How to implement JQuery easing into this window scroll movement function?

With this code I've been able to capture the mousewheel movement and apply it to the horizontal scroll bars instead of the vertical default. $('html').bind('mousewheel', function(event, delta) { ...
8
votes
4answers
2k views

Algorithm to implement kinetic scrolling

What are the good algorithms to apply to kinetic scrolling implementation? The feature would be tested on custom UI list. While I am targeting mobile devices (those that do not have this feature ...
8
votes
3answers
7k views

How can I scroll to a specific location on the page using jquery?

Is it possible to scroll to a specific location on the page using jQuery? Does the location I want to scroll to have to have: <a name="#123">here</a> Or can it just move to a specific ...
8
votes
5answers
12k views

<div> position:absolute; bottom: 0; not working as expected in IE7

My site, a course catalog tool for universities, has a center pane that contains a dynamically updated list of classes. In Firefox, Opera, and Chrome, the center pane has the intended scrolling ...
8
votes
5answers
8k views

How to scroll down in a textbox by code in C#

I am using winforms, and I update a text box once in a while (showing messages). however, when the text reaches the end of the box it produces scrollbars and I don't know how to scroll down to the ...
8
votes
3answers
7k views

Is it possible to implement smooth scroll in a WPF listview?

Is it possible to implement smooth scroll in a WPF listview like how it works in Firefox? When the Firefox browser contained all listview items and you hold down the middle mouse button (but not ...
8
votes
7answers
19k views

How can I lock the first row and first column of a table when scrolling, possibly using javascript and CSS?

How can I create a table that has its first row and first column both locked, as in Excel, when you activate 'freeze panes'? I need the table to both scroll horizontally and vertically (a lot of ...
7
votes
2answers
307 views

Scrolled composite with slow to repaint content looks ugly

I am implementing a Gantt component for SWT and this takes a bit to repaint (like, 200 ms for the whole visible part of the diagram). Now, when I scroll, I only repaint what is needed regarding the ...
7
votes
2answers
281 views

Scroll TTreeView while dragging over/near the edges

I have a TTreeView that can have lots of nodes, when a lot of nodes are expanded the tree uses a lot of screen space. Now suppose I want to drag a node that is near the bottom of the TreeView to the ...
7
votes
4answers
483 views

Calculate at what row will UITableView stop scrolling?

When a table has many rows, the user can flick up/down the table. This creates a scrolling animation which seems to have a deterministic length depending on the speed/length of the flick gesture. Is ...
7
votes
3answers
2k views

How do I get a Horizontal ListBox to scroll horizontally in WP7?

I'm attempting to use the code below to make a horizontal listbox in WP7 silverlight. The items appear horizontally but the scrolling is still vertical. Am I doing something wrong in wpf? Is this a ...
7
votes
3answers
15k views

Scroll to a div using jquery

so I have a page that has a fixed link bar on the side. I'd like to scroll to the different divs. Basically the page is just one long website, where I'd like to scroll to different divs using the ...
7
votes
3answers
2k views

auto scroll to bottom when overflow auto

does anyone know how to automatically jump to the bottom of a scrollable area by event in jquery ( or even javascript if no easy jquery solution)? regards
7
votes
2answers
8k views

How to Programmatically Scroll Android WebView

I'm trying to programmatically scroll a WebView to the location of a particular element in the DOM tree. But so far I haven't been able to get the WebView to respond to scroll requests. I've tried ...
7
votes
3answers
10k views

A DIV that stays at the top while a web page scrolls

How would I have a DIV stay at the top of the page visually as the user scrolls down a web page? A simple Javascript framework would be great! it's for this web site: http://BiblePro.BibleOcean.com ...
7
votes
5answers
20k views

Scrolling an iframe with javascript?

I dynamically load an iframe with javascript. After it's loaded, how can I make it scroll down a specific number of pixels (ie. after the page in the iframe has loaded, how can I make the iframe ...
7
votes
5answers
3k views

Bing image search paging - infinite scroll

When you search for images on the Bing search engine, the result is displayed like this: http://www.bing.com/images/search?q=stack+overflow Notice how you can keep scrolling and scrolling and there ...
7
votes
4answers
327 views

Detecting divs as rendered in the window to implement Google-Reader-like auto-mark-as-read?

When using Google Reader and browsing RSS entries in the "Expanded" view, entries will automatically be marked as 'read' once a certain percentage of the div is visible on the screen (difficult to ...

1 2 3 4 5 38