Change scrollbar style
-
Is there any way to change the color (and / or style) of scrollbar controls used into an application ? I had tried this [^]solution, but used at some control inside of a dialogbar, everything is go crazy ... Through a manifest file, can I change some styles of an scrollbars ? If yes, how ? Thank you.
-
Is there any way to change the color (and / or style) of scrollbar controls used into an application ? I had tried this [^]solution, but used at some control inside of a dialogbar, everything is go crazy ... Through a manifest file, can I change some styles of an scrollbars ? If yes, how ? Thank you.
-
There is also this article, here: "Roll Your Own Scroll Bar"[^]. I don't know if it fits your needs (and if I am stating the bleeding obvious... :rolleyes: ).
:laugh: Thanks, now I have to clean my monitor!
"the debugger doesn't tell me anything because this code compiles just fine" - random QA comment "Facebook is where you tell lies to your friends. Twitter is where you tell the truth to strangers." - chriselst
-
:laugh: Thanks, now I have to clean my monitor!
"the debugger doesn't tell me anything because this code compiles just fine" - random QA comment "Facebook is where you tell lies to your friends. Twitter is where you tell the truth to strangers." - chriselst
-
There is also this article, here: "Roll Your Own Scroll Bar"[^]. I don't know if it fits your needs (and if I am stating the bleeding obvious... :rolleyes: ).
Yes, I saw that article, but there is a solution to customize the scrollbars controls (stand alone scrollbars, CScrollbar control, I mean), or, in my situation, the grid control has it's own scrollbars ... I don't know how to customize the control scrollbars ... if I well understanding ... Later edit: Yes, I could use your solution, but for that I should hide the grid control scrollbars, put these ones, and sincronize the grid and the scrollbar control ... but I guess on this road, I'll meet another problems ... and I think it the longest road ...