Questions tagged [vertical-scroll]
57 questions
0
votes
1 answer
How do I remove the vertical scrolling on the body under my modal popup?
So I have multiple cards on my site, when clicked they each open up a different modal with more info on a topic.
Unfortunately, while the modals are up you can scroll not only the modal content but also the background, I would like to create a…

Tec
- 1
0
votes
1 answer
how to design a vertical carousel sider in flutter
i want to implement vertical carousel slider where all my element will come vertically one after another . I tried different way but couldnt finding any efficiecnt solution.
i tried different widget like tranform,stack pageview to solve this problem…

Papon sarker
- 11
- 2
0
votes
0 answers
error CS1061: "PictureBox" does not contain a definition "HorizontalScroll" and "VerticalScroll"
I tried to develop an application in Windows Forms C# using ScrollBars, and ran into a problem that no matter how you type in rect.X = (int)(pictureBox1.HorizontalScroll.Value / zoomLevel); rect.Y = (int)(pictureBox1.VerticalScroll.Value /…

XCtony
- 3
- 1
0
votes
0 answers
Can't get Vertical Infinite Scroll to Work With Horizontal Scroll
Could someone help me with a horizontal infinite scroll? I followed a tutorial for a vertical infinite scroll (and after previously asking a question on StackOverflow), I managed to get the Javascript working without any errors appearing in the…

Jason_C
- 41
- 5
0
votes
0 answers
vertical slider in js ( like datepicker )
I need to create a vertical slider on js without any library,except jquery.enter image description here
This scrollable list of years need to be autoscrollable onclick.
If you click the next sibling of active button then it must be autoscroll and…

Karen
- 1
0
votes
0 answers
how to give border color to slider img when slider img is active in slick carousel when arrows are clicked(uses AsNavFor & vertical swiping))
image for reference
As I'm using the AsNavFor and vertical slider together in slick carousel, the active slider gets the purple border,the bordered active slider is always on top by default, how to navigate via arrows so that bordered active slider…

NIKITA PANT
- 41
- 5
0
votes
0 answers
adding horizontal and vertical scrollbar into a frame in Tkinter
I am trying to add a vertical scrollbar and a horizontal scrollbar into a frame. Here is my code:
rom tkinter import *
from tkinter import ttk
root = Tk()
root.geometry('500x400')
main_frame = Frame(root)
main_frame.pack(fill=BOTH,…

pxq
- 11
- 2
0
votes
1 answer
What is the correct terminology for that frictional / momentum-based scrolling effect found on some websites?
I've been coming across a lot of websites recently that have a very satisfying friction / momentum-based scrolling effect on them. An example would be https://useplink.com/en/. I've been searching for the correct terminology for this effect for a…

Kjartan Hrafnkelsson
- 29
- 5
0
votes
1 answer
BoxConstraints forces an infinite height error
GOAL: I need to have this column be scrollable (vertically).
EXPECTED: This column to be scrollable.
ACTUAL: I get an error in my console and my app is a blank white screen.
To mention, I did read through the other BoxConstraints question here on…

ZenithF0RTE
- 363
- 4
- 11
0
votes
1 answer
Is it possible to have a vertical recycler view with different widths for each row?
I am creating a recycler view and I have 2 types of itemviews in it. Each item view would have different widths(55dp for one and MatchParent for the another). If I create a recycler view with first 4 rows having width 55dp and the next 2 rows with…

Reshma
- 41
- 6
0
votes
1 answer
scrollIntoView not working in appium for log scroll view. Throws no such element exception after one/two swipes
Generic function for Scroll where scrollablelist is the locator of scroll view in which we have to scroll
public void scrollToElementWithText(RemoteWebDriver driver, String scrollableList, String text) {
MobileElement element =…

vinay kumar
- 45
- 2
- 7
0
votes
3 answers
Vertical Scroll Bar for Radio Buttons
I'm a very new java programmer.
I'm trying to create a vertical list of radio buttons with a scroll bar. My code doesn't produce the window at the designated size, nor does the scroll bar actually appear.
import java.awt.Dimension;
import…

lep
- 3
- 5
0
votes
0 answers
Android WebView in ViewPager not scrolling vertically when in Landscape Orientation
I have a ViewPager that shows 3 fragments. One of the fragments has got a WebView and I am experiencing 2 issues:
1) It seems that the size of the ViewPager (height) is bigger than the screen size. (see following image)
2) Scrolling is working…

gabriele d'ambruoso
- 21
- 2
0
votes
0 answers
Why is scrollbar of JScrollPane present from the start of the application?
I am trying to make a graphical interface in Java with Netbeans. I use a JFrame Form. Inside it, a JScrollPane contains a JPanel. Within the JScrollPane, assigned the property verticalScrollBarPolicy the value "AS_NEEDED" in order to scroll only if…

Josept
- 83
- 3
- 14
0
votes
1 answer
Vertical fixed top navbar on Bootstrap 4 Beta
I'm trying to build a vertical fixed top navbar with Bootstrap 4 Beta. I have found on the web several examples of Bootstrap v4.0.0-alpha.6, but they do not work with Bootstrap 4 Beta. I have the problem that when the navbar assumes the fixed-top…

Ignatius Reilly
- 11
- 2