1

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

Pentium10
  • 204,586
  • 122
  • 423
  • 502

1 Answers1

2

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>
Pentium10
  • 204,586
  • 122
  • 423
  • 502