Questions about innovative ways to create scrolling for user interfaces.

learn more… | top users | synonyms

0
votes
1answer
24 views

Prevent UIWebView From Scrolling Too Far

I have two buttons, a scroll up and a scroll down that are used to scroll the webpage in a UIWebView. The only issue is, once they hit the top or bottom of the page they can keep scrolling. They can ...
1
vote
1answer
54 views

How to make the first column of my <table> not movable when I scroll table?

My table is put inside div style = "overflow:auto" but I want the first column to stay on its place while all other columns scrollling.
1
vote
1answer
63 views

UIScrollView, pagingEnabled, scrolling inertia, and sub sections of the UIView width

In my app I'm using a scrolling canvas composed of equally sized cells. The number of rows is unlimited, but the number of columns is fixed to 13. At anyone time, I have exactly 7 cells fitting the ...
0
votes
0answers
97 views

Jquery Hoz & Vert scrolling table - How do I get header and static column to scroll with the rest?

I'm building a table that's intended to mimic dataTables in a way. But we can't use any outside js libraries so this all has to be done with straight jquery code. I've got the table styled exactly how ...
0
votes
0answers
189 views

jQuery CustomScrollbar by Malihu - Anchors in scrollable div wont work

I am using wordpress theme twenty-twelve and CustomScrollbar by Malihu from this site: http://manos.malihu.gr/jquery-custom-content-scroller/comment-page-10/ this is my code from Malihu in ...
1
vote
0answers
265 views

mCustomScrollbar doesn't work with html 5 audio player

i have a problem with pure html 5 audio player, inside the mCustomScrollbar scroller, when i try to drag the tracker of the player it goes crazy, the mouse is attached to the player tracker here is a ...
0
votes
3answers
126 views

How to make custom scroll by css?

I'm facing a problem. I'm working with a website. At there, I've to put a customize scroll bar. I haven't any idea how can I put that. Can you please help me how can I use customize scroll bar instead ...
1
vote
0answers
159 views

GWT CustomScrollPanel - how do I stop default scrollbars showing on top of my custom ones?

I tried doing a CustomScrollPanel with my own HorizontalScrollbar and VerticalScrollbar implementations which each return a Vaadin DrawingArea from asWidget(). The DrawingArea appears to be rendered ...
1
vote
0answers
157 views

Different directions of scrolling and scrollbar (jQuery Scrollbar Plugin)

is it possible to scroll a div vertically with a horizontal scrollbar? (see image - f.e. by sliding the circle to the right you would scroll down) It would be great if this would be possible with a ...
0
votes
0answers
563 views

Update .mCustomScrollbar with iframe resize - Delayed / Not Working

Okay i'm trying to use multiple scripts and it's got wildly complicated but I am almost there. I'm using the navigation to load content into a central iframe, each piece of navigation resizes the ...
0
votes
0answers
97 views

JqueryUI - scrolling handler top portion not scrolling the content

I converted a UI-Slider function to make scrollbar, it works fine. but on the top portion not at all triggering the event. once i scroll in the top nothing happens, later if move my cursor to some mid ...
0
votes
0answers
81 views

Custom Scrolling in Windows WPF

I am currently working on a media player for a school project and I was wondering if you guys could help me with an idea I want to do. I currently have code to display my movie covers and when I ...
2
votes
1answer
275 views

flexcroll not working after Extjs window resize

I am using ExtJs 4.1.0 and I am new to extjs. I have used fleXcroll for applying custom scrollbars to windows and panels. They are working fine so far, but when I am trying to resize the window, the ...
0
votes
0answers
183 views

Silverlight 5 Scroll listbox items using buttons

I'm trying to find a simple way to implement "external" scrolling of items in ListBox(or StackPanel or some other control which supports it). I have a dynamic number of items (stackpanels) appearing ...
0
votes
1answer
129 views

Custom Scroll Buttons for Input Text In Lua

Please the problem i am facing now is that, i want to create two buttons to scroll text in an input box left and right using lua, especially when part of the text is hidden in the input box. I know ...
3
votes
1answer
195 views

Advice about Preloading

Greeting's and thanks for your time. I just started a new job building a new marketing site for a headphone company. I'am still a student with a year left and I trying to figure out the best way to ...
0
votes
1answer
414 views

How do I hide scrollbar in webkit browser?

http://jsfiddle.net/mWpLC/ Please, check link. When you press mouse over the text, then drag cursor to right - browser scroll appeared. How to fix this for webkit browser? Text must be scrollable.
0
votes
1answer
251 views

ipad js/html — Trying to sync a fixed header and sidebar on a native scrolling div

I'm currently working on an iPad JS/HTML app, using native scrolling to view a large bar chart svg. I'm looking to have the labeling along the x and y axes persist along the top and left of the ...
5
votes
1answer
813 views

TScrollbox MouseDown override

I created a Custom scrollbox derives from TScrollbox that works the same except that it will scrolls when dragging in the client area aside from its scrollbars. My problem now is i cannot Drag To ...
1
vote
1answer
525 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
675 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, ...
1
vote
1answer
280 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
1k 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> ...
0
votes
1answer
2k 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
231 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
941 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 ...
4
votes
3answers
3k 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
3answers
3k 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
1k 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 ...