Skip to content

Doubt with scrollbar #305

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ContaportableDesarrollo02 opened this issue May 20, 2025 · 2 comments
Open

Doubt with scrollbar #305

ContaportableDesarrollo02 opened this issue May 20, 2025 · 2 comments

Comments

@ContaportableDesarrollo02

Hi, is it possible to increase the height of the scrollbar?

Kind Regards

@ragardner
Copy link
Owner

ragardner commented May 21, 2025

Hello,

Do you mean a scrollbar in particular? like the table vertical scrollbar?

or if you mean all scrollbars do you mean like, this?

<---------------->

---------------
---------------

or this

^ ---------------
| ---------------
v ---------------

or do you mean the scrollbar thumb or something?

For the 2nd one there are these options which you can use in the Sheet() creation arguments:

# changing the arrowsize (width) of the scrollbars
# is not working with 'default' theme
# use 'clam' theme instead if you want to change the width
vertical_scroll_arrowsize: str | int = "",
horizontal_scroll_arrowsize: str | int = "",

if i recall correctly you have to use an int which represents pixels

@ContaportableDesarrollo02
Copy link
Author

Hi, I was referring to point 1.

I was looking at the documentation and trying it out.

What I wanted to achieve was to make the scroll bar "thicker."

Example:

Before: <----------------->

After: <===========================>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants