1,519 questions
0
votes
0
answers
131
views
How do we maintainVisibleContentPosition in flat list for react native web
I am creating chat interface with FlatList with inverted infinite scroll.
I am stuck on the problem with web as maintainVisibleContentPosition is not supported properly on web.
When new messages are ...
2
votes
1
answer
143
views
Box-Shadow Clipping Issue with horizontal scroll
I’m relatively new to CSS and building a website using HTML and CSS (no experience with JavaScript). I have a horizontal scrolling section for some highlight 'cards' using a CSS Grid. Each card has a ...
0
votes
1
answer
163
views
Does scrollbar-gutter work with horizontal scrollbars?
I'm trying to use the scrollbar-gutter CSS property to reserve space for the scrollbar and avoid layout shifts. It works well for vertical scrolling, but I want it to reserve space for a horizontal ...
0
votes
0
answers
55
views
Turning a horizontal scroll image gallery for desktop (using vertical scroll gesture) into a vertical scroll gallery (using vertical scroll gesture))
I am trying to figure out how I can make this code turn a gallery that scrolls horizontally on desktop to a vertical scrolling gallery on mobile breakpoint sizes. I currently have it working properly ...
6
votes
2
answers
269
views
How to force Jetpack compose LazyHorizontalGrid to fill row by row
I have a HorizontalGridLayout with 2 rows. I receive a variable number of items to fill it. When I receive a large number of items everithing is fine. But the problems arise when I have few items.
I'm ...
1
vote
1
answer
134
views
How to implement bounce effect for row with horizontal scroll?
I have Row with .horizontalScroll() and I need bounce animation effect. That is, when the list appears, it scrolls forward a little, and then returns back. At the same time, I need a spring effect ...
0
votes
1
answer
60
views
Flutter listview.builder not scrolling horizontally
I have been using the flutter package Side Sheet, inside the side sheet I have a Listview.builder, which I want to make scroll horizontally (located towards bottom of code snippet), I have given a ...
2
votes
1
answer
117
views
TreeView: prevent horizontal scrolling when selecting an item
Here is what is happening:
Desired outcome:
When selecting any item no horizontal scrolling should occur (even if the item is too big to show)
Solution must work with virtualization
Horizontal ...
1
vote
1
answer
1k
views
Mudblazor Datagrid where My headers is fixed and first column is Sticky Left while horizontal scrolling Fixed Header first column is not fixed
Using Mudblazor,In Datagrid where My headers is fixed and first column is Sticky Left while horizontal scrolling Fixed Header first column header is not fixed and it also get affected in horizontal ...
0
votes
1
answer
159
views
AutoScroll Issue in React Native FlatList with Horizontal ScrollView
I'm working on a React Native application where I have two horizontally scrolling FlatList components wrapped inside a ScrollView. I'm trying to implement autoscrolling, but I'm encountering a problem ...
1
vote
1
answer
65
views
Two horizontal rows with synchronized scroll
I'm working on a React Native project where I have a single horizontal line of items that should be divided into two rows. The first row contains the first 6 blocks, while the second row contains the ...
0
votes
0
answers
61
views
Horizontal Scroll inside PageCurl
The problem is that you can't use the real pageCurl swipe when you go to another picture, but the pageCurl swipe only works on the edges of the screen. In the first image of doublePager, it must only ...
0
votes
1
answer
88
views
How to Display Exactly 7 Bars at Once in SwiftUI Chart?
I'm working with SwiftUI's Chart and I want to display exactly 7 bars at once on the screen. Currently, with the following code snippet, I'm only able to see 3 bars at a time on my iPhone 11, and I ...
0
votes
0
answers
57
views
iOS Bug: Content in position: sticky with writing-mode: vertical-rl Disappears Intermittently
I'm experiencing an intermittent issue on iOS when using position: sticky in combination with writing-mode: vertical-rl. The content inside elements with position: sticky sometimes disappears and then ...
2
votes
1
answer
59
views
Angular MatSelect and horizontal scroll problem
As you can see in the stackblitz exemple, the vanilla html select works fine in horizontal scrollable div, but not the mat-select (or also material menu).
To reproduce, scroll to left and click on a ...
0
votes
1
answer
30
views
Horizontal scroll exceed parent width
I have problem with horizontal scrolling, when slide-wrap width is smaller than parent width, then is inside q-page, but when I set width i.e. to 100% it is wider than parent. How to adjust width of ...
1
vote
1
answer
55
views
Scroll to target horizontally with jQuery
Trying to revolutionize the world of carousels by creating something super simple and semantic that simply works with anchor links. It works mostly, but it jumps to the href rather than scrolling ...
0
votes
1
answer
114
views
How to do horizontal scroll navigation of columns of text?
I'm a bit new to the game. I'm really stuck and I would love some guidance if you have like 5 minutes.
I think the screenshot are clear enough to see what i'm talking about, but I would like to do ...
0
votes
1
answer
189
views
Horizontal scroll with anchor links - divs not scaling properly
I'm trying to use anchor links to trigger different horizontal scroll divs to appear.
I have a master container that holds multiple children: the children are all fixed width and height to fill the ...
0
votes
1
answer
256
views
Text pagination in Jetpack Compose
PROBLEM STATEMENT
From the backend, there is a large text observed which is basically a story showing that text inside Text. And I'm not putting that Text inside any LazyColumn since I want the ...
-3
votes
2
answers
123
views
Horizontal scaling strategy with 10,000 shards [closed]
My app has a User collection. Each document in the collection averages about .04 MB. At worst case, a document may slightly exceed .1 MB. Needless to say, these are small documents. However, each ...
0
votes
0
answers
23
views
horizontal slide button does not work with grid display
I'm working on a website, and want a horizontal carrousel function. I'm using the grid display, and after many tutorials I found a suitable way to implement this. For some reason this js does not work ...
0
votes
1
answer
766
views
GSAP Horizontal Scroll and Snapping at each child div in a Parent Div
Good day,
I am working on a project that uses GSAP in order to animate a Horizontal scroller that consists of a parent container and has 3 child divs. I am using GSAP to handle my horizontal scroller.
...
0
votes
0
answers
57
views
PyQt5 Combobox HorizontalScrollBar overlaps last item
PyQt5 HorizontalScrollBar on combobox overlaps last item
This is without scrollbar
This is after
combo.view().setHorizontalScrollBarPolicy(QtCore.Qt.ScrollBarAlwaysOn)
And also if i try ...
0
votes
1
answer
444
views
Multiple LazyRow Scrolling issue with in LazyColumn
I have scenerio like,Lazycolumn have Top section with some horizontally scrolling items and bottom section with multiple features items(which are also scroll horizontally). Both section will sync ...
0
votes
1
answer
231
views
How do I scroll horizontally swiping up and down, not left to right?
After putting more time and research into the code, I've almost got it where I need but am having a couple issues. First, the site scrolls horizontally but only when I swipe left/right on the trackpad....
0
votes
1
answer
412
views
How do I make this webpage scroll horizontally vs vertically?
This is a webpage using the Showit platform. I can't seem to pinpoint exactly how to scroll through the canvases horizontally instead of vertically. I've inspected the page but am unsure how to piece ...
-1
votes
1
answer
1k
views
Seamless infinite scrolling text marquee CSS/width issue
I am trying to create a HTML/CSS scrolling text feature however I am having some issues with it appearing seamless.
The scrolling text starts on the right and scrolls across correctly but then when it ...
2
votes
2
answers
549
views
Constant Horizontal Moving Parallax Background affected by Camera2D [Godot 3.5]
I am new to Godot 3.5.3 and need some help with an issue I've been having.
I am trying to make a 2D train platformer with a parallax background (with all of its layers) constantly move horizontally ...
0
votes
0
answers
75
views
Enable horizontal scroll for a row in winforms table layout
I have an user control with table layout which holds panels in each row. Table layout is docked to the form and panels are docked within each row. Within each panel I have docked table layout with ...
0
votes
2
answers
91
views
html css width issue when window has scroll on bottom
I am working on a site, and I can not figure out how to solve this problem.
When the page is loaded and the browser is maximized, the bottom bar goes all across the screen, background is showing blue.
...
1
vote
1
answer
1k
views
How to prevent horizontal scrollbar in latest release(s) of IntelliJ IDEA code windows from auto-hiding?
Is there a way to disable the "auto-hide" behaviour of the horizontal scrollbar?
I often work with two side-by side code windows in IntelliJ IDEA, which makes horizontal scrolling necessary ...
0
votes
1
answer
188
views
Flutter Horizontal listview scroll issue inside Column
below is my code, Actually i have Row where i have fixed Ui on the left and right side on the Design and i the center i have expended widget.
Now i facing an issue that on the expanded widget i have a ...
0
votes
1
answer
552
views
How to create a 'horizontal-scroll-bar' that 'loops, the content inside' (allowing for endless scrolling to the right/left)?
New to programming/code- here, and struggling a bit in finding/creating the right code!
Any assistance would be greatly appreciated!
First thing's first, here's my CSS & HTML Code:
CSS:
....
0
votes
0
answers
103
views
Div scrolled to the top of the page when anchor link inside an horizontal-scroll element is clicked
I am playing with creating an horizontal slider with pure CSS
for some reason clicking on the anchor link to scroll the elements on the x axis also scroll the entire page on the y axis, placing the ...
-1
votes
1
answer
628
views
Horizontal scrolling with scrollLeft property not working
before i explain whats wrong: i know a very similar question has been asked but i cant fix it with that guys answer. :/
i am trying to build a horizontal slider from scratch with a "wheel" ...
4
votes
1
answer
1k
views
iOS 17 horizontal scroll in browser
I've noticed that the horizontal scroll on a website I'm working on is no longer working properly since I've updated my iPhone to iOS 17. It's only working when swiping from the right screen corner to ...
1
vote
1
answer
308
views
Getting Syntax error in jest test cases when using "react-horizontal-scrolling-menu"
I am using "react-horizontal-scrolling-menu" for creating horizontal scroll for a table. Now the code is working fine, but when I try to write test case for this component that contains
...
-1
votes
1
answer
45
views
Page scrolls horizontaly while user scrolls down or to the right. How can i replicate that?
So i am currently building a portfolio website and my horizontal (overflow x: auto) scroll doesnt work with a mousewheel. The following website has managed to do both: https://www.emilygarthwaite.com/...
1
vote
1
answer
587
views
Scrolling Issue on SSD1306
I have downloaded a standard software for sending I2C data to an SSD1306 128 x 64 display for the purpose of understanding how this works.
Most of the routines work as expected but I am facing issues ...
0
votes
1
answer
152
views
How to make horizental scroll on ReactJS using MUI Grid
I want the container direction as "row" above md size screen and "column" below md size screen? How can I implement it?
I am trying to scroll to the horizon using MUI Grid.
<...
1
vote
0
answers
61
views
Highcharts horizontal scrolling bug with datetime type
I have a highcharts chart in place using v11.
There are two series in two panes: candlestick on the upper / column with volumes on the lower pane.
I want to display the full day, so I've been using ...
-1
votes
2
answers
1k
views
Horizontal Scroll/Overflow issue on mobile devices
This website: occecvision.org is having horizontal scrolling/ blank white space on either side of the content on my phone (iPhone, haven't checked Android).
I've already tried body, html {overflow-x:...
3
votes
1
answer
360
views
Horizontal scrolling with react-xarrows
I am creating a horizontally scrollable div with elements like buttons and using react-xarrows to connect those elements.
But when I scroll the div. buttons are moving but the arrows are stuck where ...
0
votes
0
answers
318
views
Unable to apply sticky header using flatlist with fixed first column and horizontal rest of the columns
I achieved both fixed first column and rest of the columns with horizontal scroll by using native react flatlist component. But im unable to apply headers sticky.
<ScrollView horizontal={false} ...
1
vote
0
answers
833
views
Compose synchronize two HorizontalPager Offset Fraction
Hallo everyone i have created a Compose function with two HorizontalPager but i wanted to synchronize the scrolling between both of them when the user scrolling left or right and i try the following ...
0
votes
1
answer
56
views
Horizontal Scrolling not working with RecylerView inside ViewPager2 Android
I am trying to implement the Horizontal RecyclerView inside the ViewPager2, but its not working.
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/...
0
votes
0
answers
132
views
Questions regarding horizontal scrolling in Microsoft's Win32 text scrolling example
Microsoft has an example code for vertical and horizontal text scrolling. It can be found here. I understand the vertical scrolling part but I have some questions regarding the horizontal scrolling ...
1
vote
2
answers
74
views
Pausing an ObjectAnimator before it restarts its animation
I am using an ObjectAnimator to make a long text on a TextView to be scrolled inside a HorizontalScrollView. The scroll animation is working nicely, the text is being scrolled correctly, but I am ...
0
votes
1
answer
109
views
What's preventing my website from switching from horizontal to vertical scrolling when the browser is physically resized below 1025px?
My site: https://www.maprecast.com.au
Above 1025px wide, my website uses horizontal scroll.
Below 1025px wide, it needs to use vertical scroll (as the content switches from horizontal to vertical).
My ...