Hi,
I'm trying to change colors, etc. for TElScrollBox scrollbars. I've disabled theme support, disabled UseSysColor (or something like that...) I tried everything I could imagin... no effects. And I can't turn the UseCustomScrollBars property on.
Why?
At the same time I can modify "standalone" TElScrollBar component colors. But I'd like to use TElScrollBox.
RAD XE5.
Comments
And in follow up... Your TScrollStyles (or how it is called...) doesn't allow to set different colors for the thumb and the track. In particular, look at the PhotoShop SC6 scrollbars. I'd like to implement similar color scheme, but using your standard components. Therefore I need some dark color for the track and some lighter color for the thumb. And some third (intermediate) color for the grip. So, what about to add yet another "ThumbColor property?
Also I'd like to draw your attention on how BlendBackground property works. It works strangely. In designtime it makes the track color to be darker, but in runtime it resets the track color to its default (system) value. Or at least the color is very similar to the usual system color. It works in the same way for both 32 and 64 bit platform.