Hello,
I'm trying to find a solution to change background scrollbar color, my application has a dark background color and when I put component TScrollbox control, the scroll bar background color is silver on Windows 11, I don't know why. I try to on linux and the scroll bar is black.
I set "Scrollbox1.ParentBackground := True;
Scrollbox1.ParentColor := True; "
I even try to create CustomScrollbar but Nothing change.
My question is, it's possible to change scrollbar background color on windows 11? If no, because it's managed by OS, any alternatives?
Thanks for your help

Cheers,