A behaviour of a control that allows automatic scrolling capability.
Questions tagged [autoscroll]
592 questions
2
votes
2 answers
Does Ext.view.View support the autoScroll config option?
I've been unable to add Scroll Bars to two views I have displaying with Ext. Each View is an extension of a base view, and the base has autoScroll: true. I've verified that the elements are properly assigned an overflow: auto property.
I've done…

Brandon Buck
- 7,177
- 2
- 30
- 51
2
votes
5 answers
JScrollPane Problems
If I add a JTable to a JPanel and then add that JPanel to a JScrollPane, whenever that JTable gains focus, the scroll pane automatically scrolls to the very bottom, which is bad.
I have many reasons for doing it like this, so I'm hoping for some…

PAULUS
- 212
- 3
- 10
2
votes
2 answers
Listbox RemoveAt Method Causing AutoScroll
Nutshell: How can I disable the auto-scroll back to the top of a ListBox when I call RemoveAt(0)?
Background:
I have a simple list box that I mash full of data at regular intervals.
Basically I'm using it is a status reporting tool.
Every iteration…

Gorchestopher H
- 1,141
- 3
- 17
- 35
2
votes
1 answer
Canceling scroll "inertia" when doing automatic video scroll-to effect in JavaScript
I am trying to debug some code I created for a webpage that auto scrolls to a video on the page once the video starts to come into view of the viewport. The code works but if you scroll too quickly, the code that autoscrolls the video overshoots the…

Jason O
- 110
- 6
2
votes
1 answer
Continuously Auto-Scrolling ListView
I have a Listview in Android. I want that the Listview continuously scrolls from top to bottom by itself. It should happen infinitely
And obviously I want to capture the click on any of the items of the Listview, post that the scroll will…

user669231
- 1,371
- 3
- 18
- 27
2
votes
2 answers
Browser Autoscroll using console
I am trying to auto-scroll the webpage for [this link][1] for a custom date range. After scrolling, I have to save the full HTML of the page manually.
At first, I am choosing a custom range (example 1-7 July 2022), as shown below.
[
backlog
- 55
- 12
2
votes
2 answers
autoscroll (like movie credits) but the user can takeover by simply scrolling
I am looking into creating a website which will serve as a a digital leaflet for a musical theatre. The idea is to have an autoscrolling credits list as landingpage. I've looked at examples on codepen to see how this effect is been achieved. But I…

Jore D
- 33
- 3
2
votes
2 answers
How do I synchronise scrolling of two different sized boxes using one as a reference using JavaScript
I have two boxes, one is smaller then the other. The small box contains the same text as the other, but since it's smaller auto scrolling takes a longer time. I would like the big box to end scrolling the same time the small box ends.
let stepSize…

Zoli
- 65
- 6
2
votes
0 answers
infinite gallery with detecting scroll
So I am trying to create simple auto scroll gallery with the possibility of changing direction(up and down)
I can't understand why when "auto scroll" reaches the top of the page stuck. Same thing happens when it reaches to bottom.
Here is my…

Danijel J.
- 43
- 5
2
votes
2 answers
DropDown List separated from the ComboBox in a scrollable Panel
If I put a ComboBox inside of a Panel and set the Panel's AutoScroll property to True, the ComboBox List is not redrawn when the panel is scrolled. This results in the DropDown floating in its initial spot and covering other controls. This issue can…

Joey Shelton
- 21
- 3
2
votes
0 answers
How to make content auto scroll base on time in android similar to Tabs App
I am working on music app that display lyrics, I am able to display lyrics in scrollview and when you scroll it is working smooth. But now I want to auto scroll the content and user should be able to able to select speed of scroll. I have seen many…

Kunchok Tashi
- 2,413
- 1
- 22
- 30
2
votes
1 answer
R shinydashboard auto-scroll to bottom when new output element is rendered
Consider the code below. It produces Shiny dashboard with two menu items where every time the user checks a box on either tab, a histogram is displayed. However, after a certain point (after the second histogram on every tab is rendered), every time…

panman
- 1,179
- 1
- 13
- 33
2
votes
1 answer
Angular Auto-scrolling with drag and drop
I'm new to Angular in the last few weeks. For a work project, I want the window to scroll up or down when I drag a DOM element to the top or bottom of the window.
I'm following an example for integrating dragula and dom-autoscroller into my…

Gabriel Kunkel
- 2,643
- 5
- 25
- 47
2
votes
2 answers
Vuetify scroll after create element
I'm trying to do autoscroll by using vuetify inside bus event but this doesnt't work. I tried to reproduce my problem on codepen with just a click event (named clicked) I have the same behavior :…

John
- 4,711
- 9
- 51
- 101
2
votes
3 answers
TableLayoutPanel and AutoScroll
I have a TableLayoutPanel to which I add rows dynamically.
Each row has an absolute size.
I set the AutoScroll to "true", but when I add rows that go out of the display of the TableLayoutPanel, I don't see the scroll.
This is the designer…

Idov
- 5,006
- 17
- 69
- 106