TableLayoutPanel 在文本周围行自动高度?
您好,我想知道如何让 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有什么问题吗?将TableLayoutPanels 中的单元格设置为AutoSize,并将单元格的左侧和右侧的列设置为AutoSize。
结果是:
What the problem? Make the cell in TableLayoutPanels AutoSize, and columns left and right to the cell AutoSize.
And the result is: