Customizing scrollbar colors
Got a scrollbar, I want it to look flat. How the hell do i get the white highlight off of the scroll bar. Here is some of the code attached to my scrollbar:

Code:
this.setStyleProperty("face", 0x999999);
this.setStyleProperty("higlight", 0xff0000);
this.setStyleProperty("shadow", 0x999999
none of these or "highlight3D", nor "darkshadow" allow me to rid the component of the white line that creates the 3D look of the up and down buttons.

Signed,
Frustrated