Questions tagged [vertical-scroll]

46 questions
14
votes
6 answers

XHTML HTML element with 100% height causing scrollbars

In my CSS file I use this: html,body{height:100%;padding:0;margin:0;border:0;} Which causes a vertical scrollbar to appear on IE8, Chrome 5 and Mozilla 3.6, all latest version. Also, the document is empty, it only has the html, head and body tags…
Francisc
  • 66,160
  • 57
  • 172
  • 264
14
votes
5 answers

TableLayoutPanel displays vertical scroll

I have TableLayoutPanel for dynamic creation of controls with AutoScroll = true. It's work fine when I add new controls. But when I remove and all controls are visible, vertical scroll is visible. Some screenshots here: Expected/correct scroll…
5
votes
3 answers

MuPDF Android Library Vertical Scroll

I am using MuPdf Android Library, I want vertical Scroll instead of horizontal page Scrolling, tried everything but failed, googled the problem and found an answer on Stackoverflow and someone answered his question which worked for the Questions…
Naveed Ahmad
  • 6,199
  • 2
  • 54
  • 80
4
votes
2 answers

Infinite vertical scrollview both ways (add items dynamically at top/bottom) that doesn’t interfere with scroll position when you add to list start

I’m after a vertical scrollview that’s infinite both ways: scrolling up to the top or down to the bottom results in more items being added dynamically. Almost all help I’ve encountered is only concerned with the bottom side being infinite in scope.…
Barrrdi
  • 567
  • 7
  • 23
4
votes
2 answers

HTML Select tag show vertical scroll with 10 option

I want to make a select box like this with 10 select option, when I try to add more than 15 option it show vertical scroll bar, but not show when it have 10 option. is there any way to achieve this.
RohitK
  • 43
  • 1
  • 1
  • 6
2
votes
1 answer

Breaking vertical scroll in IE and Edge on windows 10

I have a very interesting bug, for which I couldn't find answer. If anyone can help I will be very grateful. I have two div's
They have the following…
2
votes
0 answers

Bootstrap multiselect dropdown scrollbar not showing in IE11

I have used Bootstrap multiselect plugin in a dynamic table. Somehow in IE11 the dropdown's vertical scroll bar is missing as the picture below. Note: Mouse scroll up/down is working and Its perfectly fine in other browsers Any clue? Thanks in…
2
votes
0 answers

Vertical Stacked Views

I'm struggling for the past 2 days to find/implement an working solution for my UI requirements for an on boarding flow. This is how the UI should look like: These pages should be scrollable vertically only. As you can see, the pages should be…
Ionut Negru
  • 5,577
  • 4
  • 44
  • 73
2
votes
1 answer

How to implement a large single list efficiently in android TV using leanback library

I want to build a single list of very large number of UI elements (1000s) in Android TV using leanback library. I am currently extending VerticalGridFragment and using ArrayObjectAdapter. I want to start with binding (say) 100 elements and then bind…
Vpd
  • 225
  • 2
  • 11
2
votes
2 answers

How to smooth the vertical viewpager in android

Im creating one application, so i used vertical viewpager, viewpager working fine but it is not scrolling smoothly, it is sticking sometimes while swipe. here is my code, can anyone help me.thanks in advance. public class VerticalViewPager extends…
developer
  • 299
  • 1
  • 3
  • 13
2
votes
2 answers

How to remove fading animation in vertical ViewPager in Android

Above is my issue screenshot. I just want to remove the opacity while I swipe up and down. When I swipe down, the current page turns transparent. I need to remove that transparency. Instead of extending the ViewPager, I have extended the activity.…
2
votes
2 answers

ScrollTop jQuery opacity based on scroll position fade in & out at top & bottom

I am looking for a jQuery script that displays opacity based on vertical scroll position. Where the (visible) vertical middle is opacity 1 but fades at both top & bottom to opacity 0. Multiple wrapper row elements on page with same class…
Kerry7777
  • 2,918
  • 1
  • 14
  • 21
2
votes
2 answers

Vertically responsive panel with overflow scroll

Could anyone give new ideas how to realize the following? If it generally possible). The content of Left panel will be changed dynamically with Angular. So, we can have several items or, for example, 50 items on the panel. In accordance with that,…
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
  • 4,587
  • 3
  • 12
  • 10
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
  • 4
1
2 3 4