Questions tagged [non-scrolling]

21 questions
0
votes
0 answers

How can I put Non-scrolling page links at left of all pages

I have a small nonprofit website of about 20 pages. I have the same set of links to all these pages at the extreme left of each page. This would make navigation very easy but for one flaw; these left-side page links disappear from view as the page…
0
votes
0 answers

How to prevent scrolling to the bottom of div?

I'm working on this question/answers type of chatbox and found many questions/solutions related to having auto scroll to the bottom of div. As I understand, this line of code here would do just that. var scrollingChat =…
J.TrLu
  • 65
  • 1
  • 12
0
votes
2 answers

Xcode: Scrollview with images in scrollview

I'm trying to make a view looking almost like the info-view in appStore, with text on the first half of the view and images on the second half. I've tried to use a scrollview in another scrollview. The first view (containing a textview on the top…
Emil
  • 161
  • 2
  • 10
0
votes
3 answers

Prevent the content to scroll down with the mouse scroll unless by using the scroll bar

How can I make the content none scrollable by the mouse wheel, but instead, can only be scrolled down using the scroll bar. Thanks so much.
0
votes
0 answers
0
votes
1 answer

make a girdview non-scrollable when sliding drawer is opened

I have a SlidingDrawer as a sibling of GridView, when the sliding drawer is opened and if its scrolled (inside sliding drawer) the grid view which is behind is also scrolled. I implemented like : @Override public void onDrawerOpened() { …
yashhy
  • 2,856
  • 5
  • 31
  • 57
1
2