I have a Boxee.tv RSS App with a grid display of the videos and vertical scrolling possibility.
How to add a visible scrollbar?

Regards,
Pentium10

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

using the scrollbar control

<control type="scrollbar" id="60">
        <visible>false</visible>
        <posx>65</posx>
        <posy>703</posy>
        <width>1130</width>
        <height>10</height>
        <textureslidernib>fora_search.png</textureslidernib>
        <textureslidernibfocus>fora_search.png</textureslidernibfocus>
        <texturesliderbackground>fora_dark_bg.png</texturesliderbackground>
        <orientation>horizontal</orientation>
        <showonepage>false</showonepage>
    </control>
link|improve this answer
Where did you find the names fora_search, fora_dark_bg etc? – Jesse Dhillon Sep 9 '10 at 4:11
@Jesse Dhillon From the Fora.TV application source. – Pentium10 Sep 9 '10 at 6:55
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.