A behaviour of a control that allows automatic scrolling capability.
Questions tagged [autoscroll]
592 questions
2
votes
0 answers
Stop MouseWheel msgs getting to AutoScroll panel?
In vb.net I have a user control inherited from Panel which creates it's own embedded PictureBox. I want to be able to zoom in on the PictureBox with the mouse wheel, but nothing I do stops the Panel's Vertical Scrollbar from processing the msg and…

Mike Reynolds
- 29
- 5
2
votes
2 answers
How to autoscroll based on id or class value using javascript?
The html code and related CSS code below
#sim{
width:800px;
height:300px;
border:solid 1px #2e2e2e;
color:#2e2e2e;
padding:5px;
overflow:auto;
border:9px outset #0ADA0A;
margin-top:1em;
font-size:16pt;
}
its…

Pandu
- 159
- 1
- 12
2
votes
1 answer
Auto Scrolling of horizontal list items with timer in android
I need to show advertisements in my app with datas fetched from web services. I have displayed the ads in horizontal listview. Now I want each cell of the listview to be scrolled automatically at particular time interval (as like google ads). How…

Nivedha S
- 207
- 4
- 20
2
votes
2 answers
Controlling UITextView's auto scroll speed
i am trying to make an app to view txt files in uitextview. So far i got no problems about fetching the data and stuff.
In my app i have 2 uisliders. one to control font size and the other one to control the speed of textviews autoscroll.
My…

Necip Alicikoglu
- 75
- 7
2
votes
1 answer
Preview mouse wheel on AutoScroll Panel
Let's have a large Control (whose Size is given externally and "cannot" be altered). This Control is contained in Panel. There is very useful feature Panel.Autoscroll = true, which enables comfortable scrolling of the large Control with zero…

sharpener
- 1,383
- 11
- 22
2
votes
1 answer
Problem with scrollable
I'm using this plugin - http://flowplayer.org/tools/demos/scrollable/plugins/index.html#autoscroll - and I want to make it looping.
At the documentation there is an option of "loop" but I can't enabled it together with the "autoscroll".
If you know…

Chaofix
- 61
- 1
- 2
- 7
2
votes
2 answers
Auto horizontal scroll with a chartengine - Android
I am trying to get a graph in my app to scroll horizontally automatically when the values hit the right corner, so that you do not have to manually scroll when values go out of range.
I have it like this so far:
mRenderer.setXAxisMin(0);
…

Gurfuffle
- 784
- 12
- 32
2
votes
1 answer
How to set the "auto scroll" in new version of jCarousel (3.0)?
How to set the "auto scroll" in new version of jCarousel (3.0)?
http://sorgalla.com/jcarousel/
Any kind help would be highly appreicaited.

Kardo
- 1,658
- 4
- 32
- 52
2
votes
3 answers
Auto-Scroll the Webview
I want my webview to autoscroll. Below is what I have tried, it does scroll the webview but it never stops i.e. it continues even after the webview has no content to display so it just displays the white screen. Please tell me how can it be fixed.…

ivesingh
- 888
- 3
- 12
- 30
2
votes
1 answer
Disable horizontal autoscroll in JTable
I have a JTable that is filled dynamically.
It has only two columns, the first is a boolean value and the second is a string.
The problem is that when I select a row in the string column, the table autoscrolls to the right hiding the first…

koplersky
- 269
- 2
- 9
2
votes
1 answer
Delayed autoscroll effect on a block of text
Im fairly new to JS... please be gentle.
Can anyone suggest a way to pull off a delayed autoscroll effect on a block of text?
It's important to mention that my ultimate goal is to use this on a popup modal window, on iOS devices. And because iOS…

user2317272
- 23
- 2
2
votes
1 answer
Pull to Refresh Auto-Scroll not working properly in Android
I am using Pull to Refresh tool on Scroll View with help of this library
https://github.com/chrisbanes/Android-PullToRefresh
It is working very fine rather than scrollTo(int,int); method
in My below code I am using this method at last after adding…

Jignesh Ansodariya
- 12,583
- 24
- 81
- 113
2
votes
1 answer
How to scroll ListView to the last element programatically - Compact Framework
I'm developping an application using the 3.5 Compact Framework on Windows Mobile 6.1. I have a ListView and I want to autoscroll this list when I add an item.
How can I do?

Nick
- 10,309
- 21
- 97
- 201
2
votes
1 answer
Autoscrolling a bootstrap modal on modal('show')
I have a bootstrap modal that is used for comments. The comment form is appended at the bottom of the list of comments.
I want this modal to scroll to the bottom of the list, when it is opened, if there is more than 2 or 3 comments. I already have…

Mike Lucid
- 1,344
- 13
- 26
2
votes
0 answers
Fixed part in custom painted usercontrol with autoscroll c# windows forms
I would like to create a table like control where a number of top rows stay in place when scrolling.
I paint the control in an override of the OnPaint method.
When scrolling some partial repaint happens automatically, but this creates artefacts and…

A. Don
- 201
- 2
- 6