Change colour of scroll bar on a List

This Q&A forum allows users to post and respond to "How Do I Do ....." questions. Please do not use to report (suspected) errors - you must use your regional help desk for this. The information contained in this forum has not been validated by LANSA and, as such, LANSA cannot guarantee the accuracy of the information.
Post Reply
John
Posts: 24
Joined: Thu Aug 10, 2017 3:21 pm

Change colour of scroll bar on a List

Post 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
lansa screenprint3.jpg (93.68 KiB) Viewed 43700 times
pravin0457432
Posts: 6
Joined: Tue Apr 01, 2025 12:02 am
Location: Raleigh, NC

Re: Change colour of scroll bar on a List

Post 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 ?

Image

Thanks in advance
Tim McEntee
Posts: 57
Joined: Thu May 26, 2016 8:46 am

Re: Change colour of scroll bar on a List

Post 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.
Post Reply