Как добавить полосу прокрутки для приложения Boxee RSS? - PullRequest
1 голос
/ 04 февраля 2010

У меня есть приложение Boxee.tv RSS с сеткой для отображения видео и возможностью вертикальной прокрутки.
Как добавить видимую полосу прокрутки?

С уважением,
Pentium10

1 Ответ

2 голосов
/ 05 февраля 2010

с помощью регулятора полосы прокрутки

<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>
...