Shifting the contents of the viewport up/down (vertical scrolling) or left/right (horizontal scrolling).
0
votes
3answers
36 views
How to assign one item to multiple elements
In objective-c I have an app that when you open one of the textfield it scrolls to that field though I can only manage to do that with one element as when I try and combine multiple into one it ...
0
votes
1answer
20 views
Background image isn't scrolling?
My background image isn't scrolling up and down. I have this in the css - background-attachment: scroll; but it isn't working. Can someone please help? www.craftersresale.com
0
votes
1answer
13 views
How do I perform sequential BringIntoView calls in WPF?
We have a TreeView in our application with the following requirements:
When an item is added:
The newly-added item is scrolled into view
The parent of the newly added item is also scrolled into ...
1
vote
1answer
24 views
Disable flashing scroll bar of a UITableViewController?
I have a UITableViewController, and I'd like to make it not flash the vertical scroll bar when I go back from a push action segue on one of it's cells (popping the view controller and going back to ...
0
votes
1answer
10 views
Android ListView resets scroll position after first scroll
I have a list view in an Android (JB) app where clicking on a row replaces the list view with another view.
Pressing separate button, adds the list view back to the activity (the idea is that the ...
0
votes
0answers
8 views
Track user touch/drag event outside of viewpager
My question is:
how to create a cursor like view when dragged causes the viewpager to drag
I had been sitting on the problem for sometime now. And did some intensive research to the problem. The ...
0
votes
2answers
20 views
UITableViewController weird behavior after popping a view controller
My UITableView has a bunch of reusable cells, and when I tap on one of them, it takes me to another view controller (via push segue) showing the details of that cell (let's say it's an item, so it ...
0
votes
0answers
16 views
Scrolling a page with AJAX content loading Selenium Webdriver
I'm using Selenium Webdriver to get the content of a webpage. The page loads more content as the user scrolls down using AJAX. I am able to scroll down using javascript, but don't know when to stop ...
0
votes
1answer
14 views
jquery detect user scrolling to bottom firing too early
I need to detect when a user has scrolled to the bottom of my page. So I searched around a bit and found a lot of help, all with basically the same answer, just maybe slightly varied. I've tried out ...
0
votes
0answers
4 views
How do I stop the drag event from bubbling up into google maps api
I have a google map that is that is using infobox.js to brand our own info window box.
The infobox needs to be scrollable but with our own scrollbar branding.
I have used vertiscroll.js to do this.
...
0
votes
0answers
18 views
ScrollView Up and Down in android while drag and drop a textview to textview inside the view
I am trying to scroll my view when i drag and drop my text view to another text view in the mean while page scroll also should happen inside the view this is the snippet i am following i am able to ...
0
votes
0answers
6 views
Scroll NSTextField large string
I want to make NSTextField animate large NSAttributedString like iTunes song title.
Thanks.
0
votes
0answers
13 views
Javascript iframe not dynamically loading
I'm creating a horizontally scrolling html page where there are 3-4 iframes on the page, and when the user scrolls left or right, it loads and unloads the iframes dynamically, keeping a maximum of 4 ...
0
votes
0answers
9 views
Update dom while scrolling in phonegap app
In a phonegap app that is almost finished, I dynamically insert elements into the dom while scrolling. For this I use the 'touchmove' and 'scroll' callbacks. The problem I'm currently facing, is that ...
0
votes
0answers
14 views
KendoUI Accordion not getting expanded in iPad
I have a web application running on iPad. This application contains a Kendo UI Accordion inside it.
When the content of the page is more than the size of the screen and when I want to scroll, normal ...