Page 1 of 1
Change colour of scroll bar on a List
Posted: Mon Aug 27, 2018 4:35 pm
by John
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.

- lansa screenprint3.jpg (93.68 KiB) Viewed 43701 times
Re: Change colour of scroll bar on a List
Posted: Wed May 21, 2025 5:01 am
by pravin0457432
I have a similar challenge. I am changing the global theme via:
Code: Select all
Begin_Com Role(*EXTENDS #VF_AC033O)
Mthroutine Name(Customize) Options(*REDEFINE)
....
#CustomTheme.BaseFormBackgroundandFont.NormBackColor := '34:54:86'
Endroutine
Is there anyway to change the color of scrollbars ?
Thanks in advance
Re: Change colour of scroll bar on a List
Posted: Tue May 27, 2025 3:05 pm
by Tim McEntee
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.