Skip to main content

Questions tagged [autoscroll]

A behaviour of a control that allows automatic scrolling capability.

autoscroll
0 votes
0 answers
8 views

Autoscrolling a "details" component full of "detailsCards" to a constituency after you click on said ocnstituency on a map svg

I am trying to implement an autoscroll function. I have rendered a map where all of the constituencies of Singapore are. There is a details scrollable (on the webpage) to the right of the map. ...
Haider Muhammad's user avatar
-1 votes
0 answers
11 views

Windows Form right / base margins cropped when Settings | Display | Scale & Layout set to 125%

Where laptops are scaled to 125%, Windows Forms created in Visual Studio (C#) on a desktop machine using a scaling of 100% have their right & base margins cropped at runtime. How is this prevented?...
ady wren's user avatar
0 votes
2 answers
45 views

How to vertically autoscroll text, if the text overflows the div area

I've created a rail app that pulls in rail data. Sometimes the via departure information overflows the allowed div area. How can I automatically scroll that text vertically IF the text overflows the ...
JDCov87's user avatar
  • 51
0 votes
1 answer
32 views

Jquery autoscroll wrong div

So i read 10+ Threads about this but still didnt find a solution. I want to autoscroll to the bottom but always the main div is scrolled not the one i want. The autoscroll must be in div2 My code: <...
Anton's user avatar
  • 1
1 vote
1 answer
48 views

Browser Autoscroll the full dataset

I am trying to scroll the datasheet automatically, untill the end. How I can do that using javascript console. I tried in this way, but it did not worked. function autoClickShowMore() { var ...
backlog's user avatar
  • 65
1 vote
0 answers
15 views

How to make auto scroll component if answer return a form?

I working on a chatbot. I have a 'conversation' component to auto scroll to bottom when question or answer being render. import { Box, useTheme } from '@mui/material'; import { useEffect, useRef } ...
Kuthulu's user avatar
  • 11
0 votes
0 answers
15 views

ViewPager Auto Scroll with Specific Duration of Each Item

So Basically in My app on the Home Screen i want to show Some Ads Using Viewpager and I got Those Ads from an API. I also Get Ads Duration Form the API. Now, If the First Ad Duration is 10 Second then ...
Arul Harsh's user avatar
0 votes
0 answers
166 views

GSAP slider auto scrolling + draggable + scrollbar

I need to create a timeline that must adhere to the following behaviors: Both the timeline and the slider must scroll automatically The user should be able to take control of the scrolling with the ...
Arthur Vera's user avatar
0 votes
2 answers
124 views

How to make a list view with automatic scrolling?

I want to create a horizontal list view that scrolls automatically without user intervention at a certain speed. Also, this scroll should be done infinitely and the list view should be repeated. In ...
imamal's user avatar
  • 3
0 votes
2 answers
54 views

Scroll results to top after button click

I have a View where I take input from the user. Once they click the Calculate button, I'll run a function to calculate the results and display the results below the Calculate button. What I would like ...
Sundar's user avatar
  • 1
0 votes
1 answer
72 views

How to automatically scroll (autoscroll) a list of images contained in a list with tkinter

My job is to automatically display, one by one, the pages of a pdf file with tkinter. To do this, I create an image for each page and store all the images in a list. I can display all the pages from ...
leauradmin's user avatar
1 vote
0 answers
90 views

How to prevent firefox from keep loading new content while scrolling to the page bottom

How to prevent firefox from keep loading new content while scrolling to the page bottom? I've met this at the news sites, various media resources and even at google search. I switched off autoscroll ...
CashDiver's user avatar
0 votes
0 answers
45 views

Auto scroll UITableview (with header section) when I clicked collectionview cell index

I want to scroll till the last header section of a tableView. My code looks like this: var mobileBrand = [MobileBrand]() override func viewDidLoad() { super.viewDidLoad() ...
Nilay M's user avatar
  • 11
0 votes
0 answers
56 views

in Flutter/Dart, is there a way of creating a List that has list items of varying height and starts from a specified item

I am implementing a list that builds its children lazily. This list has items of varying sizes and also needs to start from a specified list item (as opposed to starting from the first or last items). ...
Dennis Kinuthia's user avatar
1 vote
0 answers
198 views

I have a chatbot which generates answers, I need an auto-scroll function for it

Auto-scroll to bottom in react: I have a chatbot that have conversations with people, I need it to scroll to the bottom automatically when it generates new answers. I am not familiar with React and I ...
Mana Samiee's user avatar

15 30 50 per page
1
2 3 4 5
40