CustomListItem 的最小高度

发布于 2024-11-14 22:15:31 字数 126 浏览 4 评论 0原文

我有一个自定义列表。我想放入高度为 30 px 的自定义列表项。但当我这样做时,它们出现在 50 像素左右。无论我做什么,自定义列表项的高度都无法降低到 30 px。

是不是customlist项的高度固定为某个最小高度?

I have a customlist. I want to put in customlistitems of height 30 px. But when I do that they appear around 50 px. No matter what I do, the height of customlist item couldn't be brought down to 30 px.

Is it that the height of the customlist item is fixed to a certain minimum height?

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

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

发布评论

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

评论(2

离去的眼神 2024-11-21 22:15:31

API 告诉我们将高度设置为小于 50 的值时还有其他问题。所以应该是可能的...但我也无法设置更小的高度!也许那是一个错误?

The API tells that there are other issues when setting the height to a value smaller than 50. So it should be possible... But I am also not able to set a smaller height! Maybe thats a bug?

森末i 2024-11-21 22:15:31

事实证明这是预启动 SDK 的问题。它建议改用 ListView,并使用 CustomItem 创建项目。配合这个效果很好。

This turned out to be the issue with prelaunch SDK. It suggests to use ListView instead, and use CustomItem to create items. Works fine with that.

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