Questions tagged [autoscroll]

A behaviour of a control that allows automatic scrolling capability.

592 questions
2
votes
3 answers

Change panel starting point

In my program i have a panel of 1000 by 1500 pixels, in that panel is a panel of 4000 by 10000 pixels which I can scroll through. Now this panel starts like in the left (example in the picture) but i was wondering if I could make it start like in…
FancyLord
  • 88
  • 13
2
votes
1 answer

import 'dom-autoscroller' in a typescript file yields 'Can not find module'

I am trying to use 'dom-autoscroller' along with dragula in my angular4/typescript(v2.5) project. I have successfully installed 'dom-autoscroller' npm package but when I try to import AutoScrollerFactory or autoScroll function using following lines,…
HHayat
  • 61
  • 10
2
votes
3 answers

autoscroll jquery with infinite scroll loop

I have a page that I would like to have it auto scroll as soon as the full page is loaded, scroll to the bottom and basically automatically loop to the start of the page (essentially loading the same page underneath it) to make it an infinite loop.…
Laz
  • 43
  • 2
  • 8
2
votes
0 answers

Behaviour of Tkinter application different on Win and Linux

I've started learning Tkinter recently and yesterday I've noticed a strange behavioural difference of the same code with the same Python 2.7 when running it on a Win 10 and Xubuntu 16.04 systems. Here is the code I'm working on (which means there…
rbaleksandar
  • 8,713
  • 7
  • 76
  • 161
2
votes
1 answer

Recompute Panel AutoScrollPosition after zoom

Have C# forms application with PictureBox embedded in Panel, to take advantage of Panel AutoScroll as suggested in other posts when image and thus PictureBox need to be scrolled horizontally or vertically. Want to zoom the image and recompute…
user5505472
2
votes
2 answers

Multiple Triggers for Same Foundation 6 Reveal Modal Cause Unwanted Scroll on Close

I have a landing page with a single Foundation 6 Reveal modal. The modal contains the Contact Form for the page. That modal, therefore, can be triggered by several buttons that appear in different locations on the page. All the buttons should open…
2
votes
1 answer

JScrollPane auto scroll down when dynamically adding JPanels

I would like to scroll down a JScrollPane automatically when updating him. My JScrollPane contains some panels that I had time to time according to user actions. Tests made Existing solutions are all about JTextArea or JList. The solution below…
Kapcash
  • 6,377
  • 2
  • 18
  • 40
2
votes
1 answer

Autoplay video on scroll but only once

I'm pretty new to jquery, so I snagged this code from another stackoverflow question, but I don't know how to adapt it. I have a video that autoplays when it scrolls into the window. However, if the video is paused and the user scrolls even one…
2
votes
1 answer

offset ui-router autoScroll

I am using ui-router's autoScroll to scroll down to a div (ui-view) when page loads/route change. It currently does so. Is there any way to offset autoScroll? I need to leave 100px above the element visible for menu and am confused on how to…
Auzy
  • 2,135
  • 2
  • 25
  • 35
2
votes
3 answers

Android TextView AutoScroll

I am trying to implement autoscroll in textviews in a table layout. I see that autoscroll is happening only for first textview box and not for all boxes.
user2901219
  • 371
  • 1
  • 3
  • 15
2
votes
1 answer

HorizontalScrollView cut the text in a TextView and autoscorlling

I have a ListView and I want that when I click on a ListView item, the bottom TextView change its value and if the text is too large it's autoscrolling. 1) HorizontalScrollView cuts off the text, the original text is "Enrique Iglesias - Bailando ft.…
2
votes
1 answer

Selenium autoscroll

I'm new to using Selenium so I would like to have some help regarding these questions. 1) How to automate scrolling and let it stop once it reaches the height of the desktop? As I want to screenshot a webpage based on its full screen, I want it to…
dark_space
  • 179
  • 1
  • 2
  • 17
2
votes
1 answer

Scroll to top after route has changed (nested divs)

I'm using angularJS with ngRoute. When the user scrolls down and then changes the route the new page is scrolled down as well. I have read about using autoscroll="true" with ngView attribute. But my problem is that because of my HTML structure the…
Fidel90
  • 1,828
  • 6
  • 27
  • 63
2
votes
3 answers

Ext JS Panel Won't Scroll

I have a popup windows which is suppose to show an email (which is in html) in the centerPanel. That panel is in the center region of the border layout. It absolutely has autoscroll set to true and I know that my test data is much larger than the…
user3669653
  • 354
  • 1
  • 8
  • 15
2
votes
0 answers

Autoscroll bar position and size

I have enabled the panel (winforms) autoscroll and it works well. Only issue is that autoscroll appears on the panel itself and shrinks the viewable area. Is there any way to place the scrollbar not on the panel but next to it? If it is not…
Lati
  • 341
  • 6
  • 18