A behaviour of a control that allows automatic scrolling capability.
Questions tagged [autoscroll]
592 questions
4
votes
1 answer
Auto triggering "load more" link using jquery before user reach the bottom. How?
Ok guys. I have a link with class name "more_updates". I want the load more link to be triggered automatically everytime the user reach 80% of the page.
I'm listing 50 products. Each row contains 5 products with images. At the bottom i have load…

PrivateUser
- 4,474
- 12
- 61
- 94
4
votes
0 answers
SwiftUI Auto scroll - WITHOUT ScrollViewReader
I have a regular horizontal SwiftUI ScrollView, when the user clicks on a element, I want to ScrollView the focus on it (auto scroll to it so it becomes fully visible most left side on the ScrollView. Keep in mind, I can't use ScrollViewReader (iOS…

Tropicano
- 281
- 2
- 15
4
votes
2 answers
ViewPager2 autoscroll until end of adapter itemCount
I have tried this a few different ways and I havent been able to get this viewpager to perform correctly. I am setting a viewpager2 with an adapter but part of the requirements are that the viewpager be manually swipe-able as well the base on a…

DevinM
- 1,112
- 1
- 12
- 29
4
votes
4 answers
Angular Drag and Drop cdk... auto-scroll in scrollable div loses DROP ZONE
So I am working in a sandbox to imitate the environment of the application I wish to implement this drag and drop in. Sorry to be so wordy but I really want to make sure I explain the problem properly as I have seen several older posts on this issue…

Alexander Hardy
- 53
- 1
- 5
4
votes
1 answer
Horizontal RecyclerView automaticly scrolls when editing EditText
I am implementing horizontal RecyclerView with EditText which is inside. When I click on EditText or enter text to EditText, RecyclerView automaticly scrolls to the beginning. How to prevent this scroll issue?
In this my application where you can…

dobrowol
- 63
- 7
4
votes
2 answers
Autoscroll problem on mousedown
I have a custom control inside an autoscroll panel. When the user control extends beyond the width of the panel, the scroll bars appear. When you then scroll any distance, and mousedown on the control, the scrollbar snaps back to 0. Does any one…

TimCodes.NET
- 4,601
- 1
- 25
- 36
4
votes
1 answer
Reloading rows makes table "jump" when table scrolled
I've got a table that has some rows that hold a textfield each. When the textfield updates some rows of the table have to update to display some new data. This works fine as long as the table is not scrolled down at all.
However, if the table is…

Return-1
- 2,329
- 3
- 21
- 56
4
votes
0 answers
Autoscroll from source not working correctly in IntelliJ
I'm using IntelliJ IDEA 14 Community Edition, and I have "autoscroll from source" active in the Project View.
In my project, I have the directories:
/src (contains all .java source files)
/classes (contains all compiled .class files)
What I expect…

JayTheKay
- 1,463
- 12
- 22
4
votes
1 answer
C# Winforms: Scrollbars without AutoScroll
I have a TabPage with stuff in it. A few of my users have tiny screens on which some of that stuff does not fit. When I set AutoScroll true on the TabPage, it adds the scrollbars, as expected. However...
There is a ListBox in this TabPage. The…

tsilb
- 7,977
- 13
- 71
- 98
4
votes
0 answers
Creating a Swift CollectionView that infinitely loops and autoscrolls like Instagram or Apple App Store
I've been trying to create an autoscrolling, looping image collection view similar to what you see in the Instagram app on their Search page or the Apple App Store app on their Featured page.
I've been able to do one or the other, but if I have…

Nate Witty
- 103
- 1
- 7
4
votes
1 answer
Memory stack-up issue with Aforge and Windows Forms
I am experiencing a strange memory stack-up in my c# windows form program that occurs all the time on slow PCs, and when the windows form loses focus or is otherwise interrupted on faster PCs.
The program I have written uses Aforge to get images…

GrayBoard
- 41
- 1
4
votes
1 answer
Auto-scroll JTextArea with ScrollPane?
I'm trying to build a dynamic log window (basically a auto-scrolling jtext-area).
The problem I'm having is that although I'm printing 500 lines in the text area, it displays as below:
Below you have my code:
import java.awt.Dimension;
import…

Eugen
- 1,537
- 7
- 29
- 57
4
votes
1 answer
Keep QTableView scrolling to the last row when the model is growing
I've a QTableView in a pyqt application. I continuously append rows to the underlying model. And what I want is the view to continuously scroll to the last, most recent row (is that behavior called "autoscrolling"?). But instead, the view does not…

wollud1969
- 497
- 4
- 13
4
votes
4 answers
Autoscroll to bottom of page then top and repeat
I have created a dashboard which echos out all the rows but I want an auto scroll which will slowly scroll down the bottom of the page and then scroll slowly back to the top and repeat. I have googled this and can't get a working code. I have been…

TheGambit
- 95
- 1
- 1
- 7
4
votes
4 answers
jQuery auto scroll vertically in a div
Can anyone suggest a good simple jQuery vertical autoscroller script? one that's not bloat, I just need for it to auto start and scroll 6 or more liin a div. i tried the jquery.autoscroll.js but couldn't get it to auto…

acctman
- 4,229
- 30
- 98
- 142