表格布局 - 固定列 - android

发布于 2024-11-16 18:52:35 字数 142 浏览 2 评论 0原文

我能够实现带有标题(行)和列 1 的表格布局,如图所示。但我希望即使表格水平滚动,也能在屏幕上持续显示 Col1。 有解决办法吗?

在此处输入图像描述

i am able to implement the table layout with header (row) and the column1 as in the picture. But I wish to display Col1 constantly on the screen even when the table is scrolled horizontally.
any work around?

enter image description here

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

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

发布评论

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

评论(1

耀眼的星火 2024-11-23 18:52:35

您需要创建 2 个不同的 UI 元素,

第 1 列作为 ListView,其余作为 TableLayout。

您需要捕获 UI 组件上的触摸事件并将其传递给另一个组件,以便两个组件的滚动同步。
这就是我的观点,也可以有不同的解决方案。

You need to create 2 different UI elements

Column 1 as ListView and rest as a TableLayout.

You need to capture the touch event on the UI Component and the pass it to the other so that scroll of both the component are in sync.
Thats my opinion, there can be a different solution to it as well.

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