1

私は、ビデオのグリッド表示と垂直スクロールの可能性を備えたBoxee.tvRSSアプリを持っています。
表示されるスクロールバーを追加するにはどうすればよいですか?

よろしく、
Pentium10

4

1 に答える 1

2

スクロールバーコントロールを使用する

<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>
于 2010-02-04T21:17:18.877 に答える