在scrollview和webview中显示滚动条

发布于 2024-10-14 17:45:53 字数 112 浏览 4 评论 0原文

我在我的应用程序中使用滚动视图和网页视图。我希望垂直滚动条无论在滚动还是不滚动时都必须可见。必须永久显示滚动条。

是否可以?

如果可能的话,请帮助我。

谢谢大家。

I am using scroll view and web view in my application. I want the vertical scroller has to visible wether in scrolling or without scrolling. have to display the scroller permanently.

is it possible?

if possible, plz help me.

thank you all.

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

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

发布评论

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

评论(2

赢得她心 2024-10-21 17:45:53

重要提示:您不应嵌入
UIWebView 或 UITableView 对象
UIScrollView 对象。如果你这样做,
可能会导致意外的行为,因为
两个对象的触摸事件可以
混淆并错误处理。

阅读此内容:

http://developer.apple .com/library/ios/#documentation/uikit/reference/UIWebView_Class/Reference/Reference.html

Important: You should not embed
UIWebView or UITableView objects in
UIScrollView objects. If you do so,
unexpected behavior can result because
touch events for the two objects can
be mixed up and wrongly handled.

Read this:

http://developer.apple.com/library/ios/#documentation/uikit/reference/UIWebView_Class/Reference/Reference.html

带刺的爱情 2024-10-21 17:45:53

我没有将 UIWebView 嵌入 UIScrollView 中。

我只使用 UIWebView 。

  • 如果内容超过
    webview 框架然后我必须显示
    Web 视图的垂直滚动条。

    如果内容适合网页视图,则无需显示滚动条。

i am not embedding UIWebView in UIScrollView.

i am using UIWebView only.

  • if the content is more than the
    webview frame then i have to show the
    vertical scroller for the webview.

    if the content is fit in the webview then no need to show the scroller.

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