TableLayoutPanel 在文本周围行自动高度?

发布于 2024-09-24 17:07:51 字数 147 浏览 1 评论 0原文

您好,我想知道如何让 TableLayoutPanel 根据其中的文本量自动调整大小(高度)。例如,如果我有 5 行文本,我希望我的行高为 5 行,如果我有 1 行文本,我希望我的行高为 1 行。

这是表格在 HTML 中的原生工作方式,这基本上就是我正在寻找的。

Hi I was wondering how I can get my TableLayoutPanels to resize (height) automatically depending on how much text is inside of them. for instance, if I have 5 lines of text, I'd like my row to be 5 lines high, if I have 1 line of text, I'd like my row to be 1 line high.

This is the way tables work natively in HTML, and that's basically what I'm looking for.

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

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

发布评论

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

评论(1

千と千尋 2024-10-01 17:07:51

有什么问题吗?将TableLayoutPanels 中的单元格设置为AutoSize,并将单元格的左侧和右侧的列设置为AutoSize。
替代文字
alt text

结果是:

替代文字

What the problem? Make the cell in TableLayoutPanels AutoSize, and columns left and right to the cell AutoSize.
alt text
alt text

And the result is:

alt text

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