Titanium:缩放到表格的特定行

发布于 2025-01-05 02:40:25 字数 103 浏览 1 评论 0原文

我创建了一个表格视图。

表视图中有多行。

当我单击第 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 技术交流群。

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

发布评论

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

评论(1

黑凤梨 2025-01-12 02:40:25

您可以使用以下函数来实现此目的:

Titanium.UI.TableView。滚动到索引

You can achieve this by using this function:

Titanium.UI.TableView.scrollToIndex

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