HorizontalScrollView 的滚动起点
在onCreate方法中,我尝试将一系列TextView放入HorizontalScrollView中,然后尝试将滚动的值设置为TextView。不工作。当我找到我需要的 TextView 时,我把它放在一个类字段中,当 TextViex 膨胀的循环结束时,我向我的好 TextViev 询问它的 getLeft() ,它总是返回 0。如果我尝试滚动通过 onCreate 中的任意测量,即使这样也不起作用。 会发生什么?我怎样才能实现我正在寻找的东西?
In the method onCreate, I tried to put a series of TextView in HorizontalScrollView and then I tried to set the value of the scroll to a TextView. Not working. When I find the TextView I need, i put it in a class field and when the cycle that inflates the TextViex is over, i ask to my good one TextViev its getLeft(), and it return me always 0. If I try to scroll by arbitrary measure in onCreate, even that does not work.
What happens? How can i accomplish what i'm looking for?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论