如何让WebBrowser控件滚动条永远处于最后一行

 我来答
yangsai881121
2017-01-08 · 超过88用户采纳过TA的回答
知道小有建树答主
回答量:102
采纳率:100%
帮助的人:83.2万
展开全部
xtview默认显示滚动条.但只有拖动时...有个属性是tracking,但是是只读的...所以设置不了.不过我觉得可以用KVO拿到那个滚动条,KVC监听tracking ,当值NO时,果断显示...思路而已

偷懒就跟PM说,系统限制,不能做,但是自动滚到到最后一行,很简单,判断换行没,换了就设置其中一个方法
- (void)setContentOffset:(CGPoint)contentOffset animated:(BOOL)animated; // animate at constant velocity to new offset

- (void)scrollRectToVisible:(CGRect)rect animated:(BOOL)animated; // scroll so rect is just visible (nearest edges). nothing if rect completely visible

对了 我发现了这个
- (void)flashScrollIndicators; // displays the scroll indicators for a short time. This should be done whenever you bring the scroll view to front.
你可以试一下 嘿嘿.
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式