Questions tagged [non-scrolling]
21 questions
19
votes
5 answers
How do you create non scrolling div at the top of an HTML page without two sets of scroll bars
How do you create non scrolling div that looks like the MS Office 2007 ribbon on a web page without two sets of scroll bars. One for the window and one for the div.
Daniel
4
votes
1 answer
Is it possible to have a non scrolling row within a ScrollViewer?
Since I need to have a portion (but not all) of my page in a Scroll Viewer, I've got a winrt-xaml layout like so:
…

B. Clay Shannon-B. Crow Raven
- 8,547
- 144
- 472
- 862
3
votes
0 answers
UICollectionView inside UIScrollView not scrolling
I have a vertically-scrolling scroll view that has a single subview. This subview has a couple of collection views. I want them to scroll horizontally. It doesn't work because they are inside the scroll view.
The problem is that the pan/scrolling…

Antonio Sejas
- 31
- 2
- 4
2
votes
0 answers
Nested Scrollview not working inside MapMarker's Bubble
In my current layout, scrollview is not detecting the mouse's scroll-wheel scrolling in either direction to navigate it's text upwards or downwards. You are able to click and drag with either mouse button or click and drag with the mouse's…

bobrien
- 68
- 9
2
votes
1 answer
Angular Material Non-scrollable sidenav
I am working on Angular Material sidenav. How can I have a side navigation that does not scroll but remain static when scroll down the main page?
My drawer…

jxStackOverflow
- 328
- 1
- 7
- 17
2
votes
1 answer
Fixed nav div in centered content
I have a centered container div, containing a content div to the left and a nav div to the right. I want the nav div to be fixed, as in not scrolling with content. See image below. Is this doable?

Bo.
- 1,497
- 3
- 11
- 21
2
votes
2 answers
non scrolling png image as header
I have searched on the web for like 6 hours and couldn't find what I need, so I think it's time to ask it to the pro's.
I have a png image with some transparant points in it. I wan't this image as the header of my page and when someone scrolls the…

Zeebats
- 480
- 7
- 22
1
vote
1 answer
How can I disable scrolling when my hamburger menu is open?
I am working on a website with a hamburger menu that fills the entire page when clicked. The only problem is the page behind still scrolls when the nav is open, and I can't figure out how to disable scrolling while the menu is open. I have tried…

CamSproule
- 11
- 3
1
vote
0 answers
Prevent touchmove scrolling over embedded iframe
I have a page with an embedded iframe. I generally want to scroll the page normally on touchmove events. However, I need the user to be able to "draw" something within the iframe via touchmove, so I need to prevent the page to scroll when they…

mdomino
- 1,195
- 1
- 8
- 22
1
vote
2 answers
Android ListView scrolling intermittantly stops
My Activity has a custom title bar and a ListView. The ListView uses a SimpleAdapter showing an array of data, nothing fancy. I noticed that when I keep sliding my finger up and down without leaving the screen, quite often the scrolling stops and…

kimkunjj
- 946
- 1
- 10
- 21
1
vote
1 answer
LinkMovementMethod does not scroll if you start dragging from the link region
LinkMovementMethod class, which helps to find, highlight and handle clicks on links inside the TextView, has the issue with processing onTouch() method - if you start dragging from the detected link, you will see that no scrolling will occur.

Maxim Petlyuk
- 1,014
- 14
- 20
1
vote
1 answer
UITableViewController won't scroll on custom implementation
There are numerous posts out there stating one should avoid the use of UITableViewController. More and more I want to give in, but I'm using a CoreDataTableViewController super class that's tied into the entire application, and I don't have the time…

epologee
- 11,229
- 11
- 68
- 104
1
vote
3 answers
UITableView scrolling issue after memory warning
I created a UITableView similar to the iOS address book that allows you to pick an image on one row and and there are additional custom cells that have text fields for entering data. I run into this problem only after loading a large image and get…

Kevin
- 1,883
- 16
- 23
1
vote
0 answers
Fixing a webpage so it's non–scrollable. Specifically for mobile devices
I've just finished a website which is layering a webpage over an iframe. Everything is working fine on an Internet browser, yet on mobile when trying to scroll the background (the iframe, the content) it only scrolls the frontal fixed web icons. Is…

aaron_m12345
- 113
- 3
- 12
0
votes
0 answers
android scrollview not scrolling with listview inside
I designed a page to show listview and description and put inside of scrollview but page not scrolling down and listview not matching content. Listview provent scrollview mission. I tried wrap content for listview but still not scrolling because all…

mkiziltay
- 13
- 4