6,721 questions
0
votes
0
answers
149
views
Scrollviewer.ComputedVerticalScrollBarVisibility doesn't change in a loop [closed]
I have a user control made of white border, a ScrollViewer and a RichTextBox in it, which supposed to display a footnote text when the mouse is over the footnote special sign in the text.
<Grid>
...
4
votes
1
answer
106
views
Scrolling secondary scrollbars in webpage using Python Playwright
I am trying to automate a webpage containing more than one scrollbar. Sometimes the scrollbar is on the left side and sometimes it is in the middle of the page (e.g.: adjacent to a web table). These ...
2
votes
1
answer
99
views
DaisyUI Navbar is generating scrollbar on fullpage site
I'm using Vite v7.2.4, Tailwind v4.1.17 with DaisyUI v5.5.5. I'm trying to create a full page website where the Navbar will be always visible and the section will change. But every time I add a Navbar ...
2
votes
1
answer
266
views
NiceGUI Fits with Hight and Width of a Web Page
In following Python script I would like to know why horizontal and vertical scroll appear after the script run. I try all widgets just fit into a web page not exceed the page size. Here is my script:
...
0
votes
1
answer
102
views
Drawing behind a transparent scrollbar track
If you ran this code the lines do not appear behind the transparent scrollbar track I cannot figure out how to fix this I'm currently using chrome/edge trying to fix this for my game so it doesn't ...
0
votes
0
answers
49
views
Horizontal scrolling on v-calendar
my vue site is simple as hell I think
<template>
<v-calendar
type="category"
v-model="focus"
:categories="categories"
:events="events"...
0
votes
0
answers
61
views
python tkinter scrollbar windows 11 weird behavior
I just upgraded to Windows 11 and opened my app that previously looked and worked fine in Windows 10. I am using python 3.11.15 with tkinter.Scrollbar objects for the scrollbars (not ttk).
Some of my ...
2
votes
1
answer
83
views
panel scroll slow paint thumb moving not properly
I have a panel with AutoSize property false and AutoScroll true. Inside this panel, there are some controls, various rows each one with a label and some numericupdown. The form is not double buffered, ...
0
votes
1
answer
90
views
How do I allow room for scrollbars when creating a WebContentsView in Electron?
My Electron application temporarily uses a WebContentsView, layered on top of part of the main window, during a login process. The user needs to interact with the web page in this view.
Simplified ...
0
votes
1
answer
306
views
Intermittent Scroll Issue in Safari on macOS for React/Next.js Application
I am experiencing an intermittent issue with scrolling in my React/Next.js application when using Safari on macOS. The scroll functionality works perfectly in other browsers like Chrome and Firefox, ...
1
vote
1
answer
133
views
Delphi TTreeeView Horizontal Scroll and custom item draw
We have implementation that uses OnCustomDrawItemEvent of treeview to draw items.
NodeRect := Node.DisplayRect(true);
TextRect(NodeRect,NodeRect.Left, NodeRect.Top, sometext);
The issue is that some ...
-1
votes
1
answer
64
views
How do I turn off TODO marks in the CLion scrollbar area?
CLion has the nice feature of the scrollbar area background serving as a sort of a 1D minimap of the text pane, showing you warnings, errors, find results etc. via horziontal line markings.
One kind ...
0
votes
0
answers
118
views
how does a website override Firefox and hide scroll bars -- example NYTimes.Com
This started out playing with hiding scroll bars on my own website (as viewed on my Firefox browser), and then ventured into finding out how the NYTimes.Com does it on individual news pages.
There, ...
1
vote
1
answer
484
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
1
answer
66
views
Selenium - How to handle a scroll bar inside a pop-up screen
I am trying to access a scroll bar in a pop-up screen but every time I try, the outer scroll bar is being accessed by the automation script.
The pop-up screen displays Terms and Conditions, I need to ...
2
votes
2
answers
733
views
Why tailwind-scrollbar plugin doesn't work?
I have already followed all installation steps either from the documentation or from tutorial videos. I see that my configuration is already correct, but the scrollbar still didn't work properly.
...
1
vote
2
answers
97
views
How do I add horizontal padding to the scrollbar?
On the picture, you can see what the scrollbar must look like.
It must have a horizontal padding, as if the track with the thumb were 'pushed' inside the scrollbar.
How do I achieve such horizontal ...
0
votes
1
answer
108
views
How to change or remove JavaFX ScrollPane scrollbar background color
Problem setting the background of the scrollbar to white, making it seamless to the scrollpane, if better, the background could be transparent so any color would work
Solution I tried:
nothing ...
0
votes
0
answers
112
views
How to use scroll bars in Java FX/How to render a portion of a container based on scroll bar?
I am trying to develop an application using JavaFX. I am currently trying to make a dynamically scaling table with a variable number of rows and columns, and a header that stays in place vertically. ...
0
votes
0
answers
68
views
adding single-button selector to scrollbar css
I am trying to style my website with a 90's inspired scrollbar. I can add ::-webkit-scrollbar-button, but when I try to add the :single-button pseudo selector, the buttons disappear from my website. I ...
1
vote
1
answer
93
views
Jetpack Compose WearOS the PositionIndicator doesn't show for RotaryScrollEvents
I've got a WearOS Pixel 3, and my app UI doesn't fit on the screen. Thanks to a lot of help from here and other places, I've figured out how to scroll the UI with both a gesture any by spinning the ...
0
votes
1
answer
71
views
Can you decrease the scrollbar track length with CSS
Hopefully a simple question, but I can't find an answer.
I have a vertically scrolling element within a wrapper with radius corners, giving the appearance of the scrollable element being viewed ...
2
votes
0
answers
114
views
Custom Scrollbar memory leak
Problem:
I'm working on a custom vertical scrollbar control in WinForms. When I move the scrollbar (dragging the slider up and down), the memory usage of the application constantly increases. After I ...
0
votes
0
answers
82
views
Scrollbar on panel keep reset back to zero / top after being moved
I have a form in Winforms, that is setup like this :
private void Form1_Load(object sender, EventArgs e)
{
VerticalScroll.Enabled = true;
VerticalScroll.Visible = true;
VerticalScroll....
0
votes
1
answer
387
views
Horizontal scrollbar with pinned column in AG Grid
I have below AG Grid table wrapper in Svelte project. I have 2 pinned columns on left adn right side and have 5-6 columns in between which are not pinned and scrollable in x direction. I can Scoll ...
0
votes
1
answer
437
views
How to show horizontal scroll bar into a python flet datatable
I developed a simple code in Python Flet that consists of a DataTable added to a Row, inserted into a Column. These nested controls are added into a container with dimensions that don't allow to ...
1
vote
2
answers
50
views
Overflow-y: auto scroll bar does not disappear after resizing window even when the content fits
Example HTML:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=...
3
votes
3
answers
232
views
Custom scrollbar div blocks wheel scrolling on hover
I am trying to create a custom scrollbar using a div element. The scrollbar itself works well, but I noticed an issue:
When I place my mouse cursor over the scrollbar track or the thumb (as shown in ...
0
votes
1
answer
80
views
CSS Overflow: auto squeezes content into container instead of adding scrollbar?
I have a div with class name graph-container with the following properties:
.graph-container{
width: 90%;
height: 298px;
padding: 20px 0;
display: flex;
align-items: center;
...
3
votes
1
answer
125
views
Assigning dark scrollbars to a CMFCPropertyGrid
I have seen the repository on GitHub:
https://github.com/ysc3839/win32-darkmode
I implemented the FixDarkScrollBars function in my test project. The good news is that it works for 99% of my dialog:
...
0
votes
1
answer
90
views
angular scrollbar style back to original when mouse hover on the page issue [closed]
I am using Agnualr-19 with Tailwind, I am tring to style my app scrollbar but after various tries the only thing that is working is the following:
scrollbar-width: thin;
scrollbar-color: theme('...
0
votes
1
answer
208
views
How to make the scrollbar track transparent and overlay it on top of content?
I'm trying to make the scrollbar's track transparent and overlay it on top of the content instead of taking up space next to it. I used the following CSS:
@import url('https://fonts.googleapis.com/...
0
votes
0
answers
46
views
Wanting scrollbar over to the far right of DIV
The CSS for the div is:
height:1px;
margin:146px 0 56px 15px;
overflow-x:hidden;
overflow-y:auto;
width:1px;
I have set a scrollbar for the div:
::-webkit-scrollbar-button:single-button {
...
3
votes
1
answer
229
views
How to set up the properties of the ScrollBars of a TStringGrid?
The property ScrollBars of a TStringGrid specifies whether the grid includes horizontal and vertical scroll bars. These are visible if ScrollBars = ssBoth, and when all the cells do not fit in the ...
0
votes
1
answer
62
views
Why is the Scrollbar of EntityTable Action "Columns To Display" not shown?
In my Thingsboard Dashboard I have a table with entities that have more than 100 key figures.
I want to hide those at first and then let the user select the figures to display by using "Columns ...
1
vote
1
answer
488
views
How do I fix my scrolling issue with Angular Material sidebar
My expected result:
Having a 'fixed' sidebar on the left side of the screen when on desktop which takes the full screen height and has a width of 226px.
On mobile there should be a toolbar available ...
-1
votes
1
answer
131
views
Any solution for Windows scrollbar 'snapback' effect?
Before deciding to ask here I really searched the whole Internet without luck and since a long time, but this topic strangely enough seems "taboo", despite so evident and frustrating. It ...
1
vote
1
answer
159
views
Reset scroll styles (-webkit-scroll)
I have an issue with unset css styles for -webkit-scrollbar. Seems like browsers can't unset it once it was applied.
I created an example to show the problem: https://codesandbox.io/p/sandbox/lyn2m8
...
1
vote
1
answer
82
views
Python Tkinter Grid Column width Not expanding need First row not Scorallable
I have three column with scrollbar and it needs to be expand and it should be stretched the window size but i am unable to increase the column width according to the screen size and i need top first ...
0
votes
2
answers
453
views
Adding a scrollbar to a column in Flet Python
I am creating a Barcelona App in flet, but i am unable to get the column of the fixtures to scroll, when u run the program, you will realize it.
I have tried to use the "scroll=ft.ScrollMode....
2
votes
0
answers
288
views
(Primevue) Function to stop horizontal scrollbar from moving when clicking on a Dropdown
There is a code within my system that makes the scrollbar reposition itself if a dropdown is clicked on a minimized window (click on a dropdown that's only halfway visible and this code readjusts ...
0
votes
1
answer
89
views
Bookmarklet to hide scrollbars of web page
I want to take a fullscreen screenshot of a web page. I want it to contain only relevant information. I set the zoom level and scroll the relevant part into view. From this point on, I want to hide ...
0
votes
1
answer
251
views
How to align scroll bar outside of its ListView?
So, the problem is in my RawScrollBar. There's no problem to place it inside ListView, but I need it to be outside of all containers. I can place it outside like on picture, but it seems like there's ...
0
votes
1
answer
112
views
How to force the scrollbars to ignore an image?
I have a web HTML page that is AxB in size, and it uses a transparent image that is 2Ax2B.
Then the scrollbars appear at 2Ax2B. How can I tell the scrollbars to ignore the image?
The image cannot be ...
2
votes
1
answer
73
views
JavaFX - Different behavior of two GridPane in equal component hierarchy
I believe that the properties are defined equally in both. In the "correct.fxml" grid, if I add 1 row or 1 column, the respective ScrollPane's scrollbar appears. In the "wrong.fxml"...
1
vote
0
answers
180
views
Adding (search-result) marks to Firefox scrollbar (CSS?)
In Firefox, if you do a search (find-in-page), the browser will add lines to the scrollbar for each search-result found to make it easier to see how many search-results there are and where in the page ...
2
votes
1
answer
93
views
WinForm RichTextbox auto scroll only when scrollbar caret is in the bottom
I am using a RichTextBox in Winforms to display live stream of text. When new data comes in, the RichTextBox scrolls down to display the latest added text.
If the user wants to view previous data by ...
0
votes
1
answer
78
views
Left Div Should Scroll if Content Exceeds Right Div's Height [duplicate]
I have a layout where two divs (left and right) are side by side using Flexbox. I want the following behavior:
The right div should determine the height of the container based on its content.
The left ...
4
votes
1
answer
105
views
How to hide every scrollbar at once with injected CSS (kepping the element scrollable)
EDITED
I'd like to hide every single scrollbar inside webpages, keeping each scrollable element always scrollable.
I'm working on an injected Javascript file, which adds a style element into every ...
1
vote
0
answers
543
views
Is there any way to get chromium to use overlay scrollbars via CSS?
The 'scrollbar styling' chrome dev article talkts about 'classic' and 'overlay' scrollbars
https://developer.chrome.com/docs/css-ui/scrollbar-styling#classic_and_overlay_scrollbars
I'm working on a UI ...