Scroll Bar Control
#1
I need to add a scrollbar control in a custom skin and I want to show it if the the container items are more than 10. How can I do it?
Reply
#2
If 10 is the number of items that fit in one page use

PHP Code:
<showonepage>false</showonepage

otherwise use

PHP Code:
<visible>IntegerGreaterThan(Container(id).NumItems,10)</visible
Reply
#3
Thanks a lot, Yes it works fine....I too found it but could not mention it here....Thanks anyways Hitcher
Reply
#4
Further to this, is there anyway to change scrollbarnib height?

The height of the image used as the nib?

<textureslidernib>nib.png</textureslidernib>
Reply
#5
Is this for a horizontal bar?
Reply
#6
No vertical bar....nib size should be the same as the item height
Reply

Logout Mark Read Team Forum Stats Members Help
Scroll Bar Control0