-1
votes
1answer
29 views
Horizontal Step Carousel
Step Carousel
http://www.harrods.com/harrodsstore/
I need a flash or jquery Horizontal Step Carousel which has auto scroll feature and scrollbar at the bottom. Anyone saw it something like that?
0
votes
1answer
23 views
Dragging a particularly large sprite up and down like scroll effect in COCOS2D
I am really stuck on this. My application is in landscape view and on one screen i wanted my instructions image to be scrollable. I have added this image as a sprite. First i tried to get scroll …
2
votes
3answers
120 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.
0
votes
1answer
15 views
Scrolling of a Document
I'm working on an application in c#, which reads a pdf document. As we all know we have hand tool in most of the pdf reader, which is used to scroll the document. My issue is when I use the hand tool …
0
votes
2answers
57 views
jQuery scroll div with scrollTop
I'm trying to scroll a div up or down when hovering over the respective arrows. I also want to be able to jump down the div when the buttons are clicked (think clicking the windows scroll arrows …
0
votes
0answers
20 views
Fancybox - Scrolling / page position
I am trying to automatically scroll to a anchor when opening a fancybox iframe like so: www.example.com/posts#header.
It kinda works but it scrolls to the wrong position, either too far up or way too …
0
votes
2answers
25 views
Handling scroll event on listview in c#
I have a listview that generates thumbnail using a backgroundworker. When the listview is being scrolled i want to pause the backgroundworker and get the current value of the scrolled area, when the …
0
votes
0answers
10 views
Detecting when textarea scroll has reached the bottom to enable button
I want to display a license agreement in a scrolling textarea and detect when the user has scrolled to the bottom of the text area, then enable the submit button.
Is there a way to do that?
0
votes
1answer
321 views
Jquery Autocomplete scroll bar not coming in IE
hi,
i am using latest version of jquery autocompletion plugin.
and have populated an array(input for autocomplete) abt 800 entries.
now strangely when i type a letter which triggers large …
2
votes
2answers
31 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
38 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. …
1
vote
1answer
25 views
How to hide vertical scrollbar in wxTextCtrl?
I'm using wxWidgets for a cross platform app. In this app, there is a text control that contains enough text to cause the vertical scrollbar to appear. However, I do not want the scrollbar to appear. …
0
votes
2answers
52 views
jQuery: scrollintoView?
hi,
i'm dynamically adding rows to a table using jQuery.
the table is inside a div which has overflow:auto, thus causing a vertical scrollbar.
i now want to auto-scroll my container-div to the last …
0
votes
0answers
62 views
jQuery scrolling UL with hidden overflow
I have a UL with LI's set to display horizontally. The UL has a fixed width and it's set to hide the overflow. This is so I can display my images, which are to be used in a gallery, neatly. It works …
0
votes
1answer
52 views
C# disable datagrid scrolling
Hi,
Is is possible to disable DataGrid scrolling ? If yes, how ?
Thanks.
