Help understanding Scrollbar Textures
#1
HI,

I have read the meaning of each of the textures used for a scrollbar control and I understand for what purpose each of the textures shall be used.

I am currently implementing some scrollbars but depending on which textures I choose, the size displayed for the scrollbar is different.

so just as an example having this.

Code:
<texturesliderbackground></texturesliderbackground>
<textureslidernib>bar.png</textureslidernib>
<textureslidernibfocus>other_textures\radiobutton2fo.png</textureslidernibfocus>
<texturesliderbar></texturesliderbar>
<texturesliderbarfocus></texturesliderbarfocus>

shows the scrollbar in a certain size

But if I do for example this:

Code:
<texturesliderbackground></texturesliderbackground>
<textureslidernib>bar.png</textureslidernib>
<textureslidernibfocus>bar.png</textureslidernibfocus>
<texturesliderbar></texturesliderbar>
<texturesliderbarfocus></texturesliderbarfocus>

the scrollbar is displayed more or less double as big.

I would espect the texture to be sized always the same, regardless of which texture is used.

Can anyone provide an insight on how the textures affect one another?

thanks
Reply

Logout Mark Read Team Forum Stats Members Help
Help understanding Scrollbar Textures0