我有一个Boxee.tv RSS应用程序与视频的网格显示和垂直滚动的可能性。
如何添加一个可见的滚动条?
致以敬意,
Pentium10
发布于 2010-02-05 05:17:19
使用scrollbar控件
<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>https://stackoverflow.com/questions/2198755
复制相似问题