6
votes
5answers
712 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 …
6
votes
4answers
206 views
Detecting divs as rendered in the window to implement Google-Reader-like auto-mark-as-read?
Hello,
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 …
6
votes
8answers
2k views
“Endless scrolling” effect in a HTML table
I am displaying a scrolled data table in a web page. This table has several thousands of dynamic rows, so it is loaded from the server (via AJAX).
The user can scroll up and down, so what I need is …
4
votes
3answers
510 views
How can I reproduce the flick-to-scroll behavior of the iPhone UIScrollView in my own custom view?
I would like to reproduce UIScrollView's flick-to-scroll behavior, but I don't want to use (or can't use) that class. What can I do?
3
votes
3answers
969 views
Make TBODY scrollable in Webkit browsers
I'm aware of this question, but none of the answers work in Safari, Chrome, etc.
The accepted strategy (as demonstrated here) is to set the tbody height and overflow properties like so:
…
3
votes
2answers
79 views
Scroll for more script — How?
If you look on http://soup.io or http://hashtags.org, and you scroll all the way down, you'll see how the page automatically loads MORE INFORMATION as you get to the bottom.
How do I do this?
3
votes
2answers
965 views
Setting HTML page vertical position with JavaScript
I have an HTML page that scrolls up and down (not a lot, but it does scroll). I'd like to set the scroll position in the page after executing some JavaScript. Can I do that?
I'm using jQuery to …
3
votes
5answers
3k views
What’s a good bit of JS or JQuery for horizontally scrolling news ticker
Hi,
I am looking for a little bit of JQuery or JS that allows me to produce a horizontally scrolling "news ticker" list.
The produced HTML needs to be standards compliant as well.
I have tried …
3
votes
4answers
2k views
Scrolling Overflowed DIVs with JavaScript
I've got a div that uses overflow:auto to keep the contents inside the div as it is resized and dragged around the page. I'm using some ajax to retrieve lines of text from the server, then append them …
2
votes
2answers
30 views
How can I append content to the bottom of a fixed-height div and have it overflow-y: scroll?
The question explains it pretty fully, but here's some more detail:
I have a div with a fixed height.
Content is dynamically loaded via Ajax and appended to the div.
Added content is always …
2
votes
2answers
38 views
scroll using mousewheel inside panel with dynamically added picturebox controls
I've dynamically added 20 pictureboxes to a panel. i would like to see the panel scroll when I use the mousewheel. I set the autoscroll = true on panel control. Here is the code.
For i As …
2
votes
1answer
49 views
Winforms RichTextBox: How can I determine how many lines of text are visible?
I have a Winforms app containing a RichTextBox.
How can I determine how many lines of text are displayed, currently visible?
Reason: I want to scroll the caret to the middle of the RichTextBox. …
2
votes
3answers
131 views
How can I scroll my panel using my mousewheel?
I have a panel on my form with AutoScroll set to true so a scrollbar appears automatically.
How can I make it so a user can use his mouse wheel to scroll the panel? Thanks SO.
2
votes
3answers
277 views
Need a way to return scroll window position after page refresh
I am writing a game in PHP/Zend Framework and Facebook JavaScript. The gameboard is displayed in a scrolling window. To view the entire gameboard, the user must scroll around. Each step of the game …
2
votes
1answer
270 views
Facebook-like anchor scroll
Facebook has a nice scroll effect which I would like to replicate with jQuery. When you load a page it starts at the top then scrolls to the selected anchor.
I've tried doing this (page.html#anchor) …
