在黑莓树视图中添加垂直字段管理器

发布于 2024-12-09 09:18:09 字数 40 浏览 0 评论 0原文

您好,我是黑莓新手,谁能告诉我如何将垂直字段管理器添加到树视图中?

Hello I am new to Blackberry , Can any one tell me that how to add Vertical Field Manager in to Tree View?

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

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

发布评论

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

评论(1

我乃一代侩神 2024-12-16 09:18:09

TreeField 不是为此设计的。它不是 Manager,因此您无法向其中添加任何子字段。与 ListField 类似,TreeField 是一种在 UI 上表示潜在大型数据结构的方法,而不会占用太多 RAM(因为在这种情况下,只有唯一的 UI 对象 - <代码>TreeField)。

TreeField is not designed for this. It is not a Manager, so you can't add any child fields to it. Similar to ListField the TreeField is a way to represent on UI a potentially large data structure without eating too much RAM (since in this case there is the only UI object - the TreeField).

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