- Moderator
- #1
Hi
I'm trying to get the scrollbar on my skin working, but how do I position the top/bottom/background part of the scrollbar? As far as I can tell from the sourcecode of MediaPortal, it should be calculated automatically. There is no mention of width/height of the elements in the Wiki or the sourcecode, and the background of the scrollbar is scaled while the top/bottom is not.
The result is this:
Here we have the top, the background, and the bottom. Look how the background is scaled in width, even though all the files are same width, 20px.
I set the controls in references.xml under default listcontrol:
If this is not working because of designchanges or codechanges I would really like it to be fixed.
Help!
I'm trying to get the scrollbar on my skin working, but how do I position the top/bottom/background part of the scrollbar? As far as I can tell from the sourcecode of MediaPortal, it should be calculated automatically. There is no mention of width/height of the elements in the Wiki or the sourcecode, and the background of the scrollbar is scaled while the top/bottom is not.
The result is this:
Here we have the top, the background, and the bottom. Look how the background is scaled in width, even though all the files are same width, 20px.
I set the controls in references.xml under default listcontrol:
Code:
<scrollbarbg>bar_vert.png</scrollbarbg>
<scrollbartop>bar_vert_top.png</scrollbartop>
<scrollbarbottom>bar_vert_bottom.png</scrollbarbottom>
If this is not working because of designchanges or codechanges I would really like it to be fixed.
Help!