在列表的上下文菜单中,字符串太长并被截断
在我的应用程序中,我使用上下文菜单来显示项目列表。 当绳子太长而无法容纳时,它不会断裂或发生任何事情,只是被切断。 关于我可以做什么来解决这个问题有什么建议吗?
此致, 安德斯
In my app I use a context menu for a list of items.
When the string is too long to fit, it doesnt break or anything, just cuts off.
Any suggestions on what I can do to fix this?
Best regards,
Anders
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的评论并不是完全开玩笑……但我相信这是处理这个问题的唯一简单方法。
可能有效的更复杂的方法是创建您自己的上下文菜单,但这可能比它的价值更麻烦。像这样的http://www.anddev.org/creating_a_contextmenu_on_a_listview-t2438.html
My comment was not meant to be entirely facetious... but I believe it is the only simple way to deal with this problem.
The more involved way that might work would be to create your own context menu, but that is probably more trouble than it is worth. Something like this http://www.anddev.org/creating_a_contextmenu_on_a_listview-t2438.html