Questions tagged [scroll]

Scrolling refers to the continuous sliding of content across a display screen.

Scrolling generally occurs on the horizontal and vertical axes. In addition scrolling can be accomplished via mouse, trackpad, trackball and the keyboard.

Wikipedia article: http://en.wikipedia.org/wiki/Scrolling

20210 questions
5
votes
2 answers

How to make a circular ScrollBox using JavaScript/CSS?

I want to recreate the circular scrollbox as depicted in the GIF below, I don't think there is some why if making a circular scrollbox using css is possible so I thought of adding padding-left to each child of the ul to make the scrollbox appear…
YourPalNurav
  • 1,006
  • 5
  • 33
5
votes
1 answer

Refresh Android listview after scrollBy on

This is my first post on stackoverflow. I use this one some times when I have a problem and find a solution every time. But today is different. Have a non-solved problem : I have on listview and I want apply a magnetic effect on this. To make this,…
thomasg
  • 571
  • 4
  • 16
5
votes
1 answer

css scroll snap isn't working on divs in React app

I tested it on different up-to-date browsers, therefore it can't be compatibility problem. I'm using create-react-app with styled components, here's my code: import React, { Component } from 'react'; import styled, { createGlobalStyle } from…
b4l4g3
  • 51
  • 1
  • 3
5
votes
2 answers

Material Angular scroll to element on mat-list

I have an Angular Material list with multiple elements, where one of them can be selected. When I load this list I want to scroll list up to that selected element, to make it more visible. Is there any option? I was thinking about something like in…
OldShaterhan
  • 139
  • 1
  • 9
5
votes
3 answers

WKWebView inside Scroll View

How can I put a WKWebView inside a Scroll View consider that I must have others elements after Web View. . View ... Scroll View ....... ImageView ....... WKWebView ....... Button See the demo image Issue 1: Disable scroll for WKWebView Issue 2:…
Alan Barboza
  • 65
  • 1
  • 8
5
votes
2 answers

WPF DataGrid: reduce column width to fit its content while scrolling

When I scroll vertical scrollbar, DataGrid automatically expands column width if content in new visible rows is bigger and exceeds previous column width. It's OK. But if all bigger rows are scrolled over and new visible ones have small content…
AsValeO
  • 2,667
  • 2
  • 19
  • 56
5
votes
3 answers

How to use trackpad scrolling in .Net

My WinForms app uses the mouse wheel, subscribing to the Control.MouseWheel event. How can I get it to work with scrolling methods from other input devices, in particular "finger along the edge" scrolling on the (Synaptics) trackpad on my T61? I…
Joel in Gö
  • 7,042
  • 6
  • 45
  • 76
5
votes
1 answer

Angular CDK connect overlay with scroll to container

(First post here, so bear with me) I have a table inside a container where I display an icon for rows that meet certain criterias. Clicking the icon should open an overlay to display some information, and the overlay should stay open even if I…
Kris
  • 81
  • 5
5
votes
2 answers

Can i use a percentage as a value in scrolltop?

I'm pretty new to HTML in general. I have the following code and I was wondering if there is any way of using a percentage instead of a fixed value. I have searched but I couldn't find a simple solution. $(window).scroll(function () { if…
5
votes
4 answers

Safari is not preventing the scrolling of

Here's the extremely simple HTML page ... The expected behavior of this page is: scrolling of a document is prevented because of overflow-y: hidden. It works as expected (scrolling is prevented)…
Limon Monte
  • 44,025
  • 43
  • 163
  • 189
5
votes
4 answers

reload uitableview to bottom cell

im creating a chat app, and I display each message thru a cell in the uitableview. However, each time i reload the tableview, it displays the content from the first cell down. I want to arrange my table so that when it reloads, it is "scrolled" all…
jeff
  • 137
  • 1
  • 7
5
votes
3 answers

Get scroll event for ScrollViewer on Windows Phone

Question: Get scroll event for ScrollViewer on Windows Phone I have a scrollviewer like so:
Subcreation
  • 1,356
  • 11
  • 26
5
votes
1 answer

Subpixel scroll issue, can't set scrollTop properly on Chrome 69

I'm trying to set scrollTop property of some DOM element programmatically and I have weird behaviour that breaks my tests in some specific environment. I created minimal repro (the link) HTML
dhilt
  • 13,532
  • 6
  • 48
  • 67
5
votes
1 answer

Image overlay when scrolling (javascript)

I want to use image overlay when a page is scrolled like here (see how raindrops and fish appear and a man disappears when scrolling). I tried to make it with parallax effect using CSS only, but it's not what I need, because it doesn't work on…
5
votes
3 answers

HTML 5 independent Scrolling for perspective illusion

Is there some sample HTML code that establishes the following effect: There is a foreground layer, containing text and images. Then there is a background layer, displaying an image, When the user scrolls the page, the foreground scrolls at regular…
Sjakelien
  • 1,999
  • 2
  • 21
  • 38
1 2 3
99
100