JFace/SWT 多行 TableViewer 行

发布于 2024-12-15 17:08:52 字数 91 浏览 2 评论 0原文

是否可以在 JFace tableViewer 中获取多行(例如 2 行)行?我希望我的长文本部分分布在两行之间,而我的短行在单元格中垂直对齐。我怎样才能达到这个结果?

Is it possible to get multiline (say 2-line) row in JFace tableViewer? I want my long text part spreaded between two lines, and my short lines aligner vertically in the cell. How can I achive that result?

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

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

发布评论

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

评论(1

皓月长歌 2024-12-22 17:08:52

表控件本身不支持这一点。您必须自己绘制这些单元格的内容。有一个关于如何执行此操作的官方示例 (Snippet006TableMultiLineCells)

The table control itself does not support this. You will have to paint the content of those cells yourself. There's an official example (Snippet006TableMultiLineCells) on how to do that.

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