在 C# Windows 窗体中向 TableLayoutPanel 添加行

发布于 2024-10-10 11:37:55 字数 150 浏览 2 评论 0原文

我目前正在使用 Windows 窗体用 C# 开发一个应用程序。

我正在使用带有两列的 TableLayoutPanel。如何以编程方式向表中添加新行。我尝试过进行谷歌搜索,但唯一的问题是我只发现添加了一个新的行样式,这对我来说似乎不合适。

感谢您的帮助

I am currently developing an application in C# using Windows Forms.

I am using a TableLayoutPanel with two columns. How do I add a new row programatically to the table. I have tried doing a google search, but the only problem is I am only finding adding a new row style which doesn't seem right to me.

Thank you for your help

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

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

发布评论

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

评论(1

十六岁半 2024-10-17 11:37:55

不,这是正确的。如果要添加行,则需要使用 RowStyles.Add( )

当然,您自己检查这一点的一种简单方法是查看 Form.Designer.cs 代码。

Nope that's correct. If you want to add a row you need to use RowStyles.Add().

One easy way of checking this for you self of course is to look at the Form.Designer.cs code.

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