Tagged Questions

3
votes
3answers
1k views

js or Jquery - obtaining viewable area of scrollable div

I currently have a a scrollable div that is populated dynamically. I have a function that captures UpArrow and DownArrow keyPresses and changes the classes within the parent div to have one child ...
1
vote
1answer
501 views

JQuery variable scroll on hover. How can I cause it to ease after mouse out?

Ok, I'm going to try to explain this, but it's kind of difficult. Say I have some html like this, <div id="wrapper"> <div id="scroll"> <!--content--> </div> ...
1
vote
2answers
1k views

How to scroll “infinitely” wide view in Android?

I am pondering the alternatives on how to scroll an "infinite", scale-like, control in android. The simple idea is to redraw the entire view on each scroll movement, but somehow it doesn't seem like ...
0
votes
1answer
87 views

Continuously scrolling Gallery?

I have a Gallery object that scrolls from left to right and back again. However, I would like to make this Gallery circle back on itself, that way when I get to my last View, the very first one is ...
0
votes
2answers
613 views

DataGridView Column drag and drop with Auto-horizontal scroll

Can anyone please suggest how should I implement column drag and drop (with auto scroll) feature in DataGridView. I know I can use the controll's AllowUserToDragDrop option. However, since my ...