Titanium:缩放到表格的特定行
我创建了一个表格视图。
表视图中有多行。
当我单击第 12 行时,我希望屏幕向上滚动并将第 12 行显示在屏幕顶部。
有什么办法可以控制滚动吗?
I have a tableview created.
There are multiple rows in the tableview.
When I click on Row 12, I want the screen to scroll up and have Row 12 at the top of the screen.
Is there any way to control the scrolling to do so?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用以下函数来实现此目的:
You can achieve this by using this function: