列标题 SWT 中的控件(组合、单选、文本)
我到处寻找,但找不到解决方案,也找不到答案。
可以将自定义控件/小部件放置在 SWT 中表格的列标题中吗?
我可以将这些控件放置在第一行中,但这不是解决方案,因为需要滚动。
需要的原因是因为我正在导入 CSV 文件,但有时其中的列的顺序与以前不同,所以我想为用户提供一个选项来设置哪一列用于什么(单选按钮或组合)。
谢谢。
I've been searching everywhere, but I can't find a solution, nor an answer.
Can custom controls/widgets be placed in a column header of a table in SWT?
I can put those controls in the first row, but that is not the solution, because of the scrolling.
The reason for the need is because I'm importing a CSV file, but sometimes the columns in it aren't in the same order as before, so I want to give the user an option to set which column is for what (Radio Buttons or Combo).
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,你不能。一般来说,只有当 SWT 支持的所有操作系统和窗口系统本身都支持 SWT 小部件时,您才能使用该小部件执行某些操作。
No, you can't. Generally, you can only do something with an SWT widget if it's supported natively by all OSes and window systems SWT supports.