如何增加 VerticalFieldManager 中字段之间的间距

发布于 2024-08-30 04:37:56 字数 72 浏览 5 评论 0原文

我在verticalFieldManager 中添加了三个CustomButtons,但按钮之间没有间距。所有人都一个接一个地来。

I am adding three CustomButtons in verticalFieldManager, but there is no spacing between the buttons. all are coming one after the other.

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

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

发布评论

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

评论(2

我不吻晚风 2024-09-06 04:37:56

使用方法 setPadding(int top, int right, int Bottom, int left)

use the method setPadding(int top, int right, int bottom, int left)

作死小能手 2024-09-06 04:37:56

您还可以使用 Field.setMargin(int Top, int Right, int Bottom, int Left) 方法来完成此操作。您可以在此论坛上找到文章,讨论是否应该使用未记录的函数使用与否,但 setMargin() 甚至在 RIM 自己的示例中使用过,所以我怀疑使用它是否有任何问题。

you can also do it by using Field.setMargin (int Top, int Right, int Bottom, int Left) method. You may find articles on this forum debating if undocumented functions should be used or not but setMargin() has even been used in RIM's own examples so I doubt there is any problem with using it.

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