Hi,
I was wondering if the colour of the scroll bar can be changed. I'd like a light grey or something so it's easier to see.
Change colour of scroll bar on a List
-
pravin0457432
- Posts: 6
- Joined: Tue Apr 01, 2025 12:02 am
- Location: Raleigh, NC
Re: Change colour of scroll bar on a List
I have a similar challenge. I am changing the global theme via:
Is there anyway to change the color of scrollbars ?

Thanks in advance
Code: Select all
Begin_Com Role(*EXTENDS #VF_AC033O)
Mthroutine Name(Customize) Options(*REDEFINE)
....
#CustomTheme.BaseFormBackgroundandFont.NormBackColor := '34:54:86'
Endroutine

Thanks in advance
-
Tim McEntee
- Posts: 57
- Joined: Thu May 26, 2016 8:46 am
Re: Change colour of scroll bar on a List
See:
https://developer.mozilla.org/en-US/doc ... lbar-color
scrollbar-color: rebeccapurple green;
You would have to define a css file and add it to the header of the web page.
https://developer.mozilla.org/en-US/doc ... lbar-color
scrollbar-color: rebeccapurple green;
You would have to define a css file and add it to the header of the web page.