Blackberry-如何在每行上方制作 ListField 标题
所以我有一个自定义的 ListField 类,它看起来很无聊,没有标题。有谁知道是否有办法在每个单元格上方制作标题?我习惯了 iPhone 编程,这使得这变得非常容易。
So i have a custom ListField class, and it looks pretty boring with no headers. Does anyone know if there is a way to make headers above each cell? I am used to iphone programming which made this very easy.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
没有内置功能,但您可以在其上方添加一个字段,或者如果您希望它保留在屏幕上而不管滚动位置如何,请使用 yourScreen.setTitle()/setBanner() 。
There isn't a built-in feature, but you can just add a Field above it, or use yourScreen.setTitle()/setBanner() if you want it to remain on the screen regardless of scroll position.