Home » U++ Library support » Look and Chameleon Technology » how to chameleon the ScrollBar ctrl?
|
Re: how to chameleon the ScrollBar ctrl? [message #50099 is a reply to message #50036] |
Fri, 27 July 2018 16:11  |
cbpporter
Messages: 1427 Registered: September 2007
|
Ultimate Contributor |
|
|
You need a reference to the ScrollBar style:
ScrollBar::Style& d = ScrollBar::StyleDefault().Write();
Then you need to overwrite d.hlower, d.hthumb, d.hupper, d.vlower, d.vthumb, d.vupper with images.
It is fairly straight forward, with 2 buttons and the thumb.
There is little more to it with the up, down, left and right fields too.
|
|
|
Goto Forum:
Current Time: Mon Jun 09 13:50:42 CEST 2025
Total time taken to generate the page: 0.04657 seconds
|