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
1 answer

Vertical scrolling of panel doesn't work java

So I'm making a program as a project for school. In this program I have a panel inside a scrollpane. When I click a button a panel with info is added to the panel inside the scrollpane. I can keep adding as much of these panels as I want. I set the…
-1
votes
1 answer

Is it possible to programatically scroll down on a fixed jQuery UI dialog?

I have a jquery dialog that has a fixed height (which is what i want so please don't response to use height: 'auto') but I want to see if there is anyway using jquery to programtically scroll the dialog as I am showing errors at the bottom of the…
leora
  • 188,729
  • 360
  • 878
  • 1,366
-1
votes
2 answers

Adding a vertical scrollbar to a checkedlistbox

My CheckedListBox is containing some elements that has a higher width that the CheckedListBox it self. I would have expected that vertical scrollbars where displayed automaticly just like they appear when the list grows higher than the…
Daniel Jørgensen
  • 1,183
  • 2
  • 19
  • 42
-2
votes
1 answer

How do I make this piece of c# go vertical instead of horizontal?

I have been trying to make an infinitely repeating background. Found this piece below but it goes horizontally instead of vertically. I tried rotating my sprites but it didn't work, also changed the x values with y and the loop stopped…
-2
votes
1 answer

How to put vertical scroll bar in this Open Source Accordion?

I am trying to put a scroll bar to my Tkinter application but unfortunately it cannot be applied to the root window which is what I am trying to achieve. I tried putting a scrollbar in this open source Accordion code. But unable to do it. Tkinter…
-2
votes
1 answer

How do i replace my game object's current position with a new one?

I wanted to make a vertically scrolling background with 3D assets (2D pictures works fine, but i wanted the cool lighting effect), and i kept failing doing something i though would be so simple. so here's my current progress: public Vector3…
user10171546
-2
votes
1 answer

Android horizontal + vertical scrolling control in android?

I want same control like below in android https://github.com/Huanhoo/HHHorizontalPagingView
Mahesh
  • 1,559
  • 6
  • 27
  • 57
-2
votes
1 answer

UIScrollView doesn't scroll vertically(i have a bottom bar view)

import UIKit class DetailsViewController: UIViewController, UIScrollViewDelegate { // titolo dell'annotazione selezionata proveniente dalla ViewController var titoloStringa = "" /* // riferimento alla scrollView delle immagini @IBOutlet var…
Giuseppe Puglisi
  • 423
  • 2
  • 6
  • 17
-2
votes
3 answers

Display data vertically in ListView

I have created an android application in that I want to display some Image data vertically in ListView. How to make it possible ? I tried using this code-
Anjali Pandya
  • 83
  • 2
  • 9
-3
votes
1 answer

Infinite scrolling in both horizontal and vertical direction - Nextjs

I wanna implement an infinite vertical and horizontal scrollable container to display a carousel of images in a nextjs project. Is there some way to achieve it?
-3
votes
1 answer

CSS: Horizontal banner, vertical navbar, scrollable content

See that horizontal logo going across the page? I have that in a div with 100% width, 0 top margin, fixed position. I want it going across the top, with the content visible and scrollable under it. That "underneath" content however not only goes…
adjr90
  • 11
  • 1
-3
votes
1 answer

Vertical Nav Menu That Scrolls Then Also Has A Fly Out (can only be html/css per requirements)

Hey guys full disclosure I've never used this site so sorry for the noob stuff. I'm sure I'll get better as I go. The goal is to create a (html/css only) vertical navigation menu that will have a scrolling capabilities and fly out to the right to…
1 2 3
42
43