Questions tagged [vertical-scroll]

57 questions
2
votes
2 answers

Using up and down arrow for table with vertical scroll

I create fiddle: http://jsfiddle.net/marko4286/7TmJc/ function arrowUp() { var activeTableRow = $('.table tbody tr.active').removeClass('active').first(); if (activeTableRow.length) { activeTableRow.prev().addClass('active'); }…
Marko S
  • 5,097
  • 3
  • 14
  • 11
2
votes
2 answers

Vertical scroll value resets on reboot/log-off

I have a user that would like to have value for vertical scrolling to be set to a certain number. When they've set the wanted value, it works ... Until they log off or reboot. The odd thing is that the horizontal scroll value will remain to set…
Sharain
  • 121
  • 1
  • 4
1
vote
1 answer

fowLayoutPanel Custom Vertical Scrolling

I have a flowLayoutPanel with several User Controls in it as shown in the image below: The First User Control is the header in flowLayoutPanel with description about the User Controls below it, Now when User Controls populate the flowLayoutPanel…
1
vote
0 answers

scrollTop x % of total

I have a fluid page that is a solid image, set to scale based on the viewport height (im using a jquery library that also translates the width of the page to the height of the page, verticalscroll.js) css setting the image is .graphic{ z-index:…
1
vote
2 answers

Vertical scroll on 100% height div

I try to create a horizontal scrollbar in a 100% height div. In jsfiddle, the scrollbar on the right should be only visible in content-table but current the scrollbar scrolls hole page on y-axis and not only in content-table y-axis. overflow:auto…
mnlfischer
  • 145
  • 2
  • 15
1
vote
1 answer

How to use SnapHelper with RecyclerView

I m stuck with SnapHelper for RecyclerView. I m confused to use it with LayoutManager in Vertical I already used in Horizontal like mLayoutManager = new LinearLayoutManager(mActivity); mRecyclerView.setLayoutManager(mLayoutManager); SnapHelper…
1
vote
0 answers

Vaadin: spacing with vertical scrollbar

Environment: Vaadin 7.6.2 no custom CSS rules so far besides for the headline Default theme in place: 'valo'. In a nutshell I have trouble with spacing while showing vertical scroll bars. Let me show some pictures to demonstrate the…
bully
  • 5,525
  • 3
  • 22
  • 26
1
vote
1 answer

HTML vertical Scroll (No CSS)

Is there any way to make content inside the table scrollable, just like overflow:auto; without using CSS's overflow property? I'm working of HTML 3.2 and IE 3.0 version so using CSS is not a good idea. The main point is, lots of CSS property is not…
shresthasans
  • 144
  • 6
1
vote
1 answer

How do I add a class to the body using jQuery, scrollTop, and toggleClass

I have a question concerning jQuery's scrollTop functionality, and it's ability to toggle a class based on the amount of vertical scroll. What I am trying to accomplish is on any page with a "section.banner" class, that after you scroll past the…
1
vote
1 answer

How can I make to scroll richtextbox vertically one line up and one line down into my code in VB.NET?

I want to write a code that make scrolls vertically my Richtextbox1 One line up or one line down. How can I make it ? Thanks for all.
1
vote
1 answer

Completely disable ANY kind of vertical scroll in a DIV

I need to disable ANY kind of vertical scrolling within an overflown DIV (I would still be able to scroll it horizontally). overflow:hidden with CSS won't work since you can still scroll with the mouse wheel click / smartphone touch scroll. The only…
JPs
  • 11
  • 1
1
vote
0 answers

Detect Vertical Scrolling Webview

How can I detect if webview can't scroll vertically anymore? I have the auto scrolling method and I want to make sure it stops after the content has fully displayed.
ivesingh
  • 888
  • 3
  • 12
  • 30
1
vote
0 answers

phonegap vertical plus horizontal scroll with single touch on multple elements

This one is not for the kids at home. I will reward anyone who comes close to a solution. I have included a working example of what i want that u can use to try to fix the problem. This must work in a phonegap application on a iphone/android…
aZtraL-EnForceR
  • 1,781
  • 2
  • 16
  • 19
1
vote
1 answer

Add scroll-bar in EditableGrid

I am using EditableGrid(http://www.editablegrid.net) and wanted to know that is there a way to insert a scroll-bar within the grid. I don't want to use pagination, I just want to add a scroll-bar, so that I can scroll down/up to view the…
Anish Nair
  • 3,238
  • 29
  • 41
1
vote
0 answers

snap page when vertical scrolling to the next section

Hi I know there's a few other posts on this topic, but none of them seem to have a clear solid answer. I'm trying to recreate the effect on this website using jquery: http://beoplay.com/Support The simplest method for the single page navigation…
Bryan Willis
  • 3,552
  • 1
  • 25
  • 34