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.
我的 winforms 项目包含一些带有文本框的面板,它们的宽度均为 300。其中一个面板包含另一个面板,但内部面板的文本框看起来要大得多。当我将内部面板的大小设置为它自己的设计器中的大小时,它会切断文本框。如何让我的文本框看起来相同大小,无论它们在哪个面板中?最好的问候, 期待
您是否明确设置了文本框的宽度?
您可以通过以下三种方式之一执行此操作:
textBox1.Width = 300;