如何为 Boxee RSS 应用添加滚动条?

发布于 2024-08-19 21:40:34 字数 83 浏览 3 评论 0原文

我有一个 Boxee.tv RSS 应用程序,带有视频网格显示和垂直滚动功能。
如何添加可见的滚动条?

问候,
奔腾10

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

墨落成白 2024-08-26 21:40:34

使用滚动条控件

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

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>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文