Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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
84 views

Custom scrollbars

In my application, where ever the scrollbar comes it should be changed to the custom scrollbar.Is there any way in css to style the scrollbar.If not,Please provide me any suggestions regarding the ...
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
0answers
11 views

Modify the position of a draggable while beeing dragged?

I am implementing some sort of custom scroll for the parent-element of my draggable, where I move the 1px-big overflow:visible div around, thus moving the elements inside it. This works good so far. ...
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
0answers
188 views

Custom Scrolling (for grid layout) in Javascript / JQuery oriented problem

EDIT* Heres a JFiddle version so you can get a better idea of the current problem. http://jsfiddle.net/Tr7Xs/ Thank you for taking the time to help me with my problem if you browse my query. Now, ...
0
votes
1answer
717 views

GridView Scroll By one row

Hi i am implementing a gridView and i have trouble making it scroll down 1 row at a time with every scroll event. my grid has a height of 1 row item (items height is 75dp). i don't want scrolling to ...
0
votes
1answer
183 views

Mini Scrollbar with thumbnails on iphone

I was wondering, what would be the best way, to implement an 'extra' scrollbar, showing thumbnail versions of the pages, you are currently viewing. In my case, I would like to have maybe around 20 ...
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 ...
0
votes
1answer
910 views

WPF scrollbar should change value more frequently

I currently tried to force a wpf scrollbar to fire it's value changes for often, if the user presses the scroll-up or -down button, and holds the mouse button. I tried to use a style like: <Style ...