Questions tagged [vertical-scroll]

57 questions
0
votes
2 answers

Android RecycleView Add or Enable ScrollBar Programmatically

I am designing RecycleView programmatically without using XML, So I can reuse this code in all projects by just coping the Java file. Help me to enable scroll bar. Also how to I get alphabet scroll bar like in contacts app without using any third…
Sujay U N
  • 4,974
  • 11
  • 52
  • 88
0
votes
1 answer

Vertical scrollbar change event gets fired twice or more than once even though user click on it once in visual basic

I am working on Visual Basic V6.0 application. I have a form having vertical scrollbar to change date in calendar and label. I have attached screenshot of form. When user is clicking only once on highlighted vertical bar arrow - change event gets…
Vishal Patel
  • 41
  • 4
  • 9
0
votes
1 answer

Android: Horizontal and vertical scroll for recyclerview

I am trying to implement horizontal and vertical scrolling for a Recycler view at the same time.I have to show a table of 8 columns, so I plan to implement horizontal and vertical scrolling at the same time. I tried HorizontalScrollView in list row…
0
votes
0 answers

How to get the position of the DataGridView Vertical scroll bar?

I have a DataGridView. How can i know when the vertical scroll reaches the end? I have tried this code but it gives me inconclusive results. How can i really access some info on weather the scroll bar is at the end or not?
meme
  • 597
  • 1
  • 10
  • 23
0
votes
2 answers

Is there any way to hide/disable the browsers default vertical scroll bar but should be scrollable with mouse wheel in full screen view

is there any way to hide/disable the browsers default vertical scroll bar but should be scrollable with mouse wheel in full screen view (When hitting F11 key). I tried overflow:hidden css attribute in body and html tag and i can hide/disable the…
Mahesh A R
  • 179
  • 4
  • 15
0
votes
1 answer

Vertical ViewPager or Parallax scrolling - android

I am trying to implement similar home Activity like AliExpress android app. I am confused if it was implemented using a vertical ViewPager or Parallax scrolling. To the best of my knowledge, android only support Horizontal ViewPager swiping left to…
S bruce
  • 1,514
  • 3
  • 16
  • 24
0
votes
1 answer

Image view vertical paging android

I am new for android developer. I need to build image view to my apps . Here is the library that i used. https://github.com/chrisbanes/PhotoView Everything is working good. Here is my question is it possible make it to vertical paging? Instead of…
user998405
  • 1,329
  • 5
  • 41
  • 84
0
votes
1 answer

how to change the number of visible items in Elastislide vertical carousel

i'm using Elastislide vertical carousel from here http://tympanus.net/codrops/2012/10/29/elastislide-revised/ and this is the vertical one http://tympanus.net/Development/Elastislide/index2.html I've changed the height of the carousel and the…
jq beginner
  • 1,010
  • 3
  • 21
  • 41
0
votes
1 answer

Wpf TreeView's ScrollViewer Adjustment

I am using a Wpf TreeView, in which I am adding nodes at runtime. Some times tree goes bigger and ScrollViewer comes into picture(that is part of TreeView's ControlTemplate). But everytime I add a node, I can not see it, cos it is outside the page…
viky
  • 17,275
  • 13
  • 71
  • 90
0
votes
1 answer

jQuery mobile image gallery default vertical scroll issue

I have an image gallery with a series of thumbs. Both are loaded dynamically depending on how many images are associated with a product. You can click on a thumb to get that series of images. On a mobile device you can swipe left and right to see…
-1
votes
1 answer

vertical content/image slider free dragging

I´m trying to find a way to swipe a container full of images vertical. All sliders I testet so far (swiper, owl, slick) doesnt work properly. Slick-Slider is the only one which comes near. My goal is to swipe trough all images from top to bottom.…
hes
  • 121
  • 2
  • 14
-1
votes
1 answer

How to customise an Angular Calendar to be vertically scrollable

I have tried several calendars from npm, but haven't found a calendar that can be vertically scrollable, all the months should be rendered while the user scrolls the container.
1 2 3
4