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

ScrollToFixed not stopping when it reaches footer

I'm using the ScrollToFixed plugin and the documentation for it can be found here: https://github.com/bigspotteddog/ScrollToFixed Basically I have allowed my checkout to stay fixed on the right to allow the user to enter details as they go down the…
rapture89
  • 125
  • 6
  • 17
0
votes
1 answer

Can the jQuery MagicLine Navigation work vertically?

I would like to use the magic line effect seen here on the navigation for my website. The only problem is I have a vertical nav and this tutorial only explains how to use the magic line on a horizontal nav. My question (or questions) is: (1) can…
juroto
  • 29
  • 1
  • 8
0
votes
1 answer

set minimum height in VerticalSplitPanel of GWT

I am using VerticalSplitPanel to split two panel. I want to set the minimum allowable size for the given widget. Its associated splitter cannot be dragged to a position that would make it smaller than this size. Thanks.
Tushar Ahirrao
  • 12,669
  • 17
  • 64
  • 96
0
votes
1 answer

Controlling ScrollViewer's vertical scrollbar height

I need to make the vertical scrollbar a bit lower (shorter) because I need a space for a little button The button will be hovered over the ScrollViewer in the upper right corner. I would like to avoid separating the scrollbar out of the ScrollViewer…
JustAMartin
  • 13,165
  • 18
  • 99
  • 183
0
votes
2 answers

Strange firefox page size issue (only ff)

I am not sure how to best describe this issue. I have tried troubleshooting it endlessly. I can describe it by saying, "the pages scroll vertically for WAY longer then there is content on firefox. This does not occur on every page and it does not…
0
votes
1 answer

Vertical Scrolling Text In a ListItem?

I have implemented a custom ListItem for my ListView. The ListItem looks like this:
0
votes
1 answer

Infragistics.Win.UltraWinGrid.UltraWinGrid.ActiveRowScrollRegion.ScrollRowIntoView() is very slow

I am using Infragistics UltraWinGrid from NetAdvantage for Windows Forms v10.3 . If there are a lot of rows and I execute UltraWinGrid.ActiveRowScrollRegion.ScrollRowIntoView(), then it scrolls really slow. Is there a way of how to speed up the…
Bogdan Verbenets
  • 25,686
  • 13
  • 66
  • 119
0
votes
1 answer

How to disable vertical scroll while enable swipeleft and swiperight event using jquery mobile?

I have a html jquery mobile multi-page and using swipeleft and swiperight events to flip pages. it works great. Now I wanna disable the vertical scroll. From solution I found in stackoverflow, it suggest to use the…
Bowie
  • 992
  • 3
  • 10
  • 25
0
votes
1 answer

Create custom Photo browser like photos app in iOS 5

I want to create custom photo browser like photos app in iOS 5. Required functionalities are 1) User can swipe left or right to go to previous or next photo 2) User can SCROLL VERTICALLY as my image big in height (composed of several elements. User…
iOSAppDev
  • 2,755
  • 4
  • 39
  • 77
0
votes
2 answers

Scrolling HTML Table With Stationary Column Headings: Any Good Libraries Or Guides

I would like to make HTML data tables that have horizontal scrolling, vertical scrolling and have the column headers stay stationary so if someone scrolls down to record #943 they can still see the names of the columns. I Googled on a lot of…
0
votes
3 answers

Vertical scroll bars no longer appear when overflow is set to auto

I am working on a JSP site. I have 3 main concentric divs: "container" ( contains the entire site ) "content" ( contains the content ) "results" ( inside of "content", contains a large amount of server generated data ) I set up the CSS so…
Steve
  • 3,127
  • 14
  • 56
  • 96
0
votes
1 answer

Strange behaviour of vertical uiscrollbar at uitableview

I am using the code below to set the content offset of the uitableview after the retrieval of more data from a server. [tablefollow setContentOffset:CGPointMake(0, tablefollow.contentSize.height- self.tablefollow.bounds.size.height-5+…
stefanosn
  • 3,264
  • 10
  • 53
  • 79
0
votes
1 answer

Multiple horizontal seekbars in vertical scrollview, attempt to scroll modifies seekbar value

I have an app with several SeekBars in a Scrollview. Atm almost everything is fine, but only one issue: If I swipe over the screen to scroll up or down, and the start of the swipe is on a seekbar, i modify the value of the seekbar. The Seekbar seems…
-1
votes
1 answer

scrollToLocation always scrolling to top in sectionList in react native

I am using a simple function to scroll to index in section list in react native; let sectionIndex = route.params.index; sectionListRef?.current?.scrollToLocation({ sectionIndex, itemIndex: 0, }); where sectionIndex in coming from…
-1
votes
2 answers

How to compute rolling skewness for trailing 12months sliding window using Daily Returns in R?

I have Daily Returns for Stocks with a column containing Date in the format dd-mm-yy. I want to compute skewness for a month based on its trailing 12months Daily Returns using R. The Data looks like this For Instance: If there are Daily Returns of…
Aaryan
  • 31
  • 4