A behaviour of a control that allows automatic scrolling capability.
Questions tagged [autoscroll]
592 questions
0
votes
3 answers
smooth div scroll auto scrolling autoScrollingMode: "always" not working
I used the option autoScrollingMode: "always" but autoScrolling still stops when the user moves the mouse over the left or right hotspot or uses the mouse wheel. Contrary to the description the hotspots are not disabled. How can I with on auto…

afrikapit
- 29
- 1
- 9
0
votes
1 answer
UITableView auto-scrolls simultaneously according to another UITableView
Is it possible to make the effect that :
when I scroll an UITableView, another UITableView auto-scrolls simultaneously according to the UITableView I am moving.
NS: Can't combine the two UITableViews in one UITableView for some reasons...
Thanks.
I…

Johnny
- 633
- 3
- 9
- 21
-1
votes
1 answer
Window Not Scrolling When Content Fills It Up So New Content Not Visible Without Scrolling
I am currently constructing a roulette system programme ( this is more to keep me from betting than to bet! ) and am just doing the basic framework but already hit a problem with the main window '#results' not scrolling when it is filled with the…

Gazoi
- 15
- 2
-1
votes
1 answer
How can I make autoscroll to only activate when the user is not interacting with my page?
From what I understand this script calculate the initial position and advances one pixel at a time but in a 10ms rate so it seems like a smooth scrolling.
I like that, but I want it to call the scrolling only when the user is not interacting, in…

John C Z
- 13
- 3
-1
votes
1 answer
Chrome auto scroll up and down infinitely at certain speed
I'm trying to have a tab in chrome auto scroll up and down infinitely at slow speed preferably. Can I set that up through Console? if yes, how?
Thank you in advance,
Shqipdon

Shqipdon
- 1
-1
votes
1 answer
C# WinForms Panel Child Positioning Being Very Wonky?
Here is the problem. If you dynamically place controls in a panel, it works fine, but only until the vertical scrollbar appears. Once there is enough content for this to happen, it starts positioning controls nonsensically.
In my window, you can…

Mike F.
- 11
- 4
-1
votes
1 answer
How to do horizontally autoscroll for colletionViewCell?
I have a collectionView at the top of my App view and I want to display some ads inside it,
I made a ready array for some pictures that I want to display them in the collection view.
Now I'm looking for a method that I can make them horizontally…

Let.Simoo
- 93
- 9
-1
votes
1 answer
How to show list of Strings in a Textview by scrolling one by one with play and pause actions in android
I have 10 strings and I need to show all these strings in a textview one by one sliding to left automatically, and I have 2 buttons one button is to stop that and one button is start autoscrolling again. i.e when I click on start button, textview…

Sri
- 165
- 2
- 3
- 12
-1
votes
4 answers
How to autoscroll the scrollView horizontally?
I am using this code to scroll the scrollview horizontally when sliding the scrollview.
func getScrollView() {
upperScroll.delegate = self
upperScroll.isPagingEnabled = true
// pageControll.numberOfPages =…

user9483522
- 304
- 5
- 20
-1
votes
2 answers
ListView scrolls to top after updating it
I have a mChildEventListener that queries for the first n items from Firebase Database and another mChildEventListener2 (triggered when the user scroll up and clicks on a Load More button) that queries for the next n items and adds them to the…

Catalin Ghita
- 794
- 8
- 26
-1
votes
1 answer
Make carousel button labels auto slide with carousel slides
I have the following carousel set up. It auto slides with the data-ride bootstrap functionality. I would like the button labels to change when the slides scrolls. Does anyone know how to implement this functionality?

mloomis
- 199
- 1
- 2
- 11
-1
votes
2 answers
How to auto scroll images in android
I want to display bunch of images at the starting of my app and changing images one after another sequentially with slow auto horizantal scrolling can any one tell me how to do this android I searched in Google but I didn't get the answer can any…

lakshman sundeep
- 165
- 1
- 1
- 7
-1
votes
1 answer
(VB 2010) Label's Text extends from it's locked size. How do I scroll to last line?
I've been writing a program that calls batch files (which download some stuff). I've added a label that reports the download progress to the user. The program is going to allow for multiple downloads so at some point the Label will be full of text.…

Panagiotis Gianniotis
- 17
- 1
- 10
-1
votes
1 answer
Disable scrollTop at the top of last div instead of bottom
Hi I have what I believe to be a complicated issue and I'm hoping someone can help.
I have a long page with scrolling animations. There is a play button to start autoscrolling the page. I have the autoscrolling working fine with a 30 second…

user3022992
- 207
- 1
- 5
- 19
-1
votes
1 answer
Auto scroll the swing container
i have made a custom component which is a container and contains a number of other components (JPanels, JLabels, etc).
I want to make this container autoscroll when a drag-n-drop operation occurs.
Now i have to move the the scrolls manually.

Raja
- 239
- 1
- 5
- 18