Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图找到一种使用 SWT 将文本包装在表格单元格中的方法,但我被卡住了。有人知道怎么做吗?还是有不同的方法来解决这个问题?基本上,我有 12 列:其中 6 列是复选框,其余的只是文本字段。
如果大小的长度超过列的宽度,则列中的文本应自动换行。
请帮我
SWTTable不支持自动换行。但是,您可以自己插入换行符。请参阅以下链接以获取更多参考:
Table