Android Gridview 带有滑块而不是滚动条

发布于 2024-12-05 20:01:46 字数 466 浏览 3 评论 0原文

大家好,我需要开发一个带有右侧网格视图和滚动条的设计,它是默认的,但我需要的是仅当用户触摸滚动条时才滚动网格视图,然后仅滚动网格视图应该滚动,否则不应该......

所以我想到在网格视图的右侧和侧面有一个垂直的搜索栏来实现我的目标,但需要您的评论和任何其他最简单的方法来实现相同的目标。

希望你们都能理解我的问题,如果不明白请告诉我...

在此处输入图像描述

编辑#1: 嗨,请看这张图片...这个用户界面是我真正想要的...在此,当我在网格视图区域中滚动时,网格视图不会滚动,但当网格视图右侧的栏滚动时,它会滚动...

编辑#2: 大家好,我已经实现了我真正需要的,现在我有一个额外的任务。我现在需要的就是删除搜索栏的单击事件,并在搜索栏中仅包含拖动事件。已尝试通过设置 clickable false 但没有效果...

提前致谢

hi guys i need to develop an design with the grid-view and scroll-bar in the right and it comes as default but what i need is to scroll the grid-view only when the user touches the scroll bar then only the grid-view should scroll otherwise it should not...

so i thought of having a vertical seek-bar in the right and side of the grid-view to achieve my goal but need your comments and any other easiest way to achieve the same.

Hope you all could understand my question if not please let me know...

enter image description here

Edit #1:
hi please see this image... this ui is what i actually want... In this when i scroll in the grid-view area the grid-view will not scroll but when the bar on the right of the grid-view it scrolls...

Edit #2:
Hi guys i have achieved what i actually needed and now i have an additional task. All that i need now is to remove the click event of the seekbar and have only the drag event in the seekbar. Have tried by setting clickable false but no effect...

Thanks in Advance

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

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

发布评论

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

评论(1

音栖息无 2024-12-12 20:01:46

我认为你的想法是可行的方法。您可以扩展 girdview 并覆盖 onTouchEvent 以返回 false。这应该可以防止 gridview 滚动。

并且垂直搜索栏的教程有很多。您可以使用gridview的scrollTo方法以编程方式滚动gridview。

I think your idea is the way to go. You can extend the girdview and overide the onTouchEvent to return false. This should prevent the gridview from scrolling.

And there are many tutorials for the vertical seekbar. You can use the scrollTo method of the gridview to programatically scroll the gridview.

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