A behaviour of a control that allows automatic scrolling capability.
Questions tagged [autoscroll]
592 questions
3
votes
2 answers
Making control docking and scrollbars play nicely
I've got a panel which will sometimes need more vertical screen space than naturally fits, so it needs to be able to vertically scroll. So, it's all set to AutoScroll.
The controls are contained within a TableLayoutPanel and set to dock, so they…

eftpotrm
- 2,241
- 1
- 20
- 24
3
votes
1 answer
How to make TForm shows scrollbars when BorderStyle=bsNone?
When their BorderStyle is set to bsNone, TForms usually won't show scrollbars even if the AutoScroll is True and some children controls positions exceed ClientWidth/ClientHeight values.
So, is there any method/hack to "force" TForm to show…

Luthfi
- 432
- 2
- 5
- 13
3
votes
1 answer
Auto scrolling canvas to show off screen tk Entries
I've structured this post into four parts, the goal of what I'm trying to achieve, the minimal amount of code to recreate the problem, things I have already tried, and a conclusion. The code provided will look like this.
Goal: Using Python Tkinter,…

Jjaxs
- 31
- 3
3
votes
1 answer
InputTextarea autoscroll behavior
I have a inputTextarea that I refresh using PrimeFaces' AJAX poll.
When the inputTextarea is refreshed, a lot of new text will be displayed. However, it will always jump to the first line after refresh. If the user wants to scroll down and the…

geeehhdaa
- 822
- 5
- 17
- 30
3
votes
0 answers
How to make scroll-snap to auto-scroll on a horizontal container in CSS?
I made a slider with CSS using scroll-snap property. However I would like to have my slider auto-scroll every couple seconds but user should also be able to slide back and forth. So far, user can scroll back and forth but when I add an animation…

zimmerbimmer
- 908
- 7
- 24
3
votes
1 answer
Trying to make a Google spreadsheet auto scroll to bottom filled in row. Tried a code but getting an error
I have the following code that I took from this question. I am trying to get my 400+ line Google sheet to auto-scroll to the bottom of the sheet on open instead of the first row. I am getting an error for the code on line 2.
TypeError: Cannot read…

Mark Adelman
- 33
- 1
- 3
3
votes
1 answer
Firefox: trigger autoscroll programmatically
I want to listen for a middle-button press (mousedown event) and conditionally either take an action (not relevant what specifically) or revert to the default, which would be to enter "autoscroll mode" with the autoscroll icon displayed until the…

kyrill
- 986
- 10
- 27
3
votes
2 answers
WinForms: How to avoid horizontal scroll bar with AutoScroll?
I'm writing a custom control that contains a list of items (child controls) that resize horizontally to fit the width of the control. If there are lots of items (or the control is resized so that it is not tall enough vertically) then a vertical…

Qwertie
- 16,354
- 20
- 105
- 148
3
votes
2 answers
Autoscroll on parent panel, when there is overflow on child panels.Extjs
I'm having a single Parent Panel, which has 2 child panels. One has content dynamically created, while the other is fixed height and width. The Parent panel is using border layout, with center and east regions defined. I'm trying to get autoscroll…

Ashwin
- 51
- 1
- 3
3
votes
1 answer
iOS 10 - UITableViewController scrolls to the bottom on load
I have a subclass of UITableViewController that displays several rows (8 to be exact), where the top row is a custom cell that contains a UITextField. When the view is loaded, I have the keyboard popup immediately by calling becomeFirstResponder on…

Coder1224
- 1,785
- 2
- 17
- 21
3
votes
2 answers
jquery lavalamp and autoscroll easing problem (conflict)
I have got a problem and am really hoping you guys can help.
http://ontwikkelomgeving.wijzijnblits.nl/primawonen/
Here you can find a website that i am currently creating.
As you can see the autoscroll works (called het laatste aanbod).
This uses…

Luuk
- 31
- 2
3
votes
1 answer
Scroll to element in flexbox container
I am trying to autoscroll to an element in a flexbox container.
3
votes
0 answers
Allow interrupt in smooth "Scroll to Top" link
I'm currently working on a private server, or else I'd share the link to the page I'm working on. Basically, I'm using a smooth "scroll to top" jQuery plugin that displays a button after the user scrolls to a certain point. Clicking that button will…

Brandon McConnell
- 5,776
- 1
- 20
- 36
3
votes
0 answers
How to auto scroll the ScrollView while drag and drop
Too many answer was there in stackoverflow, I tried some of them but didn't get the solution. That's why I'm posting my code, please check and tell me where to put auto scroll.

Atul Dhanuka
- 1,453
- 5
- 20
- 56
3
votes
2 answers
AngularJS: Auto-scroll to anchor point after state change
I am looking to have a user click a link on a page, this will trigger a stateChange and lead them to a new state. what I want to achieve is when the state is finished loading it then scrolls to an anchor on the page specified by the link on the…

Eolis
- 645
- 2
- 9
- 22