Questions tagged [vertical-scrolling]

In computer displays, film-making, television production, and other kinetic displays, scrolling is sliding text, images or video across a monitor or display, vertically or horizontally.

"Scrolling", as such, does not change the layout of the text or pictures, but moves (pans or tilts) the user's view across what is apparently a larger image that is not wholly seen. A common television and movie special effect is to scroll credits, while leaving the background stationary. Scrolling may take place completely without user intervention (as in film credits) or, on an interactive device, be triggered by touchscreen or computer mouse motion or a keypress and continue without further intervention until a further user action, or be entirely controlled by input devices.

642 questions
-1
votes
2 answers

Vertical scrollpane problem in jdialog

i have a question regarding the vertical scrollpane in jdialog.when i run My application the jdialog vertical scrollbar displays end of the data.I need to scroll it upwards.How can i get the scrollbar bydefault at the top.
hemanth kumar
  • 3,068
  • 10
  • 41
  • 64
-1
votes
1 answer

Make a div rotate 180 deg when changing scroll direction

I'm making a webpage where I have this illustration traveling down the page, when I change the scroll direction I want it to rotate 180 degrees to match the direction of scrolling. Can't find anything on the internet to help me write this line of…
-1
votes
1 answer

How to fix the unknown property: 'scroll-snap-align' error in visual studio code

I'm trying to add a scroll snap so that each section snaps to the center of the page but i'm getting an unknown property error in VS code so i can't apply it to my code. Is it possible to use scroll-padding-top and scroll-snap-align somehow? do i…
-1
votes
3 answers

Get vertical scroll inside a div with fixed width using Css

I have a fixed size div say 500px. It has a smaller div inside it. when the number of divs increases It starts to give a horizontal scroll. I want it to have a vertical scroll inside. I tried doing this: width: 1509px; overflow-x:…
tech nerd
  • 39
  • 1
  • 9
-1
votes
1 answer

Need to disable only vertical scrolling in web view android

In XML, I given android:scrollbars="none" to web view In java…
Janvi Vyas
  • 732
  • 5
  • 16
-1
votes
1 answer

Overflow hidden and scrolling

i'm looking to create an unusual scroll feature on the homepage of my website but i'm not sure of the best way to tackle it. I will have a full screen panel (panel 1) at the top (position:absolute, height:100%) with a background feature. When the…
-1
votes
2 answers

displaying large size database in gridview (android)

here is an xml code for a database application I want to make in andorid. The database table is large and contain 11 columns, and I want it to display in one view using both horizontal scrolling and vertical scrolling...in the code below I used…
-1
votes
1 answer

Scroll part of vertical inside a fixed position header

I have a vertical menu inside a header. The header takes the whole width and height of the screen/window. It is also fixed on top. However when the height of the menu is bigger than that of the screen it get cuts off and I cannot scroll to see the…
kallipatira
  • 31
  • 1
  • 2
  • 5
-1
votes
1 answer

Alfresco share vertical scroll bar

In my Alfresco Share app, a vertical scroll bar always appear even if there is noting on a page. In a css file i can see the rule : overflow-y: scroll; But disabling this rule does nothing. How ca i prevent this vertical scroll bar appearing?…
soung
  • 1,411
  • 16
  • 33
-1
votes
1 answer

Javascript Vertical alphabetical order naviguation

I would like to create a javascript based alphabetical navigation like this one from a brasilian lyrics website letras Can anyone explain me the concept behind ? BIG THX IN ADVANCE
Nacim Idjakirene
  • 1,882
  • 8
  • 26
  • 45
-1
votes
2 answers

Android - scrolling ScrollView in Fragment is impossible

I have a Fragment in ViewPager which can be scrolled right and left. But every has ScollView with TextView. This TextView can have a lot of text (code-generated), so I want to be able to scroll it vertically, but if I toutch the device, fragments…
Andret2344
  • 653
  • 1
  • 12
  • 33
-1
votes
1 answer

move a subview down when scrolling UITableViewController

I have a UITableViewController with static cells. I add a view in the lower left corner. I wish for this subview to always stay "glued" to the lower left corner and come down/up with the user scrolling. how can I achieve this?
liv a
  • 3,232
  • 6
  • 35
  • 76
-1
votes
1 answer

SecureCRT vertical scroll speed using Trackpad is too fast on MacBook Pro

I am using an early 2011 MacBook Pro and have recently installed SecureCRT. I was previously using an old 2006 model but the problem at hand was not present with my old machine. Both machines running OSX Yosemite 10.10.1. When viewing any session in…
-1
votes
2 answers

Vertical Scrollbar color does not change

I am a newbie in C sharp. I created a vertical scrollbar (VScrollBar). I wanted to change the color of the scrollbar's Backcolor. As it is inherited from Control, when i changed the color it does not take any effect. In the…
user1993426
-1
votes
1 answer

Is it possible to have Previous/Next scroll with the Previous or Next div?

Is it possible to have Previous/Next to scroll vertically with the Previous or Next div? If so, how is it achieved? Previous Next
asdf
  • 295
  • 1
  • 3
  • 7
1 2 3
42
43