Top "Scroll" questions

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

Fade In on Scroll Down, Fade Out on Scroll Up - based on element position in window

I'm trying to get a series of elements to fade in on scroll down when they are fully visible in …

javascript jquery scroll fade
How to window.scrollTo() with a smooth effect

I can scroll to 200px using the following btn.addEventListener("click", function(){ window.scrollTo(0,200); }) But I want a smooth scroll …

javascript css scroll css-animations css-transitions
RecyclerView - How to smooth scroll to top of item on a certain position?

On a RecyclerView, I am able to suddenly scroll to the top of a selected item by using: ((LinearLayoutManager) recyclerView.…

android scroll position android-recyclerview smooth
How to load images dynamically (or lazily) when users scrolls them into view

I've noticed this in numerous "modern" websites (e.g. facebook and google image search) where the images below the fold …

javascript jquery html scroll lazy-loading
How to scroll to bottom in a ScrollView on activity startup

I am displaying some data in a ScrollView. On activity startup (method onCreate) I fill the ScrollView with data and …

android scroll
Detect if a page has a vertical scrollbar?

I just want some simple JQ/JS to check if the current page/window (not a particular element) has a …

javascript jquery scroll
jQuery scroll to ID from different page

I was trying to use jQuery's page scroll inside some pages and could successfully make a smooth page scroll. The …

jquery scroll smooth-scrolling
how can I enable scrollbars on the WPF Datagrid?

When I run the following Northwind WPF Toolkit Datagrid code from this article, I get a datagrid, but there are …

wpf datagrid scroll
How can I lock the first row and first column of a table when scrolling, possibly using JavaScript and CSS?

How can I create a table that has its first row and first column both locked, as in Excel, when …

javascript css excel scroll css-tables
ListBox with ItemTemplate (and ScrollBar!)

I have a databound and itemtemplated ListBox: <ListBox x:Name="lbLista" ScrollViewer.VerticalScrollBarVisibility="Visible"> <ListBox.ItemTemplate> &…

wpf xaml listbox scroll