Top "Scroll" questions

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

Stop fixed position at footer

I'm looking for a solution to the popular issue of stopping a fixed object at the footer of the page. …

javascript jquery css scroll fixed
Body set to overflow-y:hidden but page is still scrollable in Chrome

I'm having an issue with the overflow-y property in Chrome. Even though I've set it to hidden, I can still …

css google-chrome scroll scrollbar overflow
Changing route doesn't scroll to top in the new page

I've found some undesired, at least for me, behaviour when the route changes. In the step 11 of the tutorial http://…

javascript angularjs scroll angularjs-routing
How to know when UITableView did scroll to bottom in iPhone

I would like to know when a UITableView did scroll to bottom in order to load and show more content, …

ios uitableview scroll
Automatically scroll down chat div

I have this code, to load chat function getMessages(letter) { var div = $('#messages'); $.get('msg_show.php', function (data) { …

javascript jquery scroll chat
Disable arrow key scrolling in users browser

I'm making a game using canvas, and javascript. When the page is longer than the screen (comments, etc.) pressing the …

javascript canvas scroll arrow-keys
How do I make the DataGridView show the selected row?

I need to force the DataGridView to show the selected row. In short, I have a textbox that changes the …

c# winforms datagridview scroll selected
How do I set textarea scroll bar to bottom as a default?

I have a textarea that is being dynamically reloaded as user input is being sent in. It refreshes itself every …

javascript css scroll textarea
AngularJS - $anchorScroll smooth/duration

Reading the AngularJS docs I haven't figured out if $anchorScroll can have a duration/easing option to smooth scroll to …

javascript angularjs scroll anchor-scroll
javascript: detect scroll end

I have a div layer with overflow set to scroll. When scrolled to the bottom of the div, I wanna …

javascript jquery html scrollbar scroll