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.
我有一个项目,我在其中使用 tableLayoutPanles 来组织用户控件中的控件。在设计时一切看起来都很好,但是一旦我运行应用程序,样式就会变得疯狂。按钮上的填充变得非常大。一旦我在运行时以编程方式将用户控件移动到另一个窗体(更改其父窗体),它就会正常运行。
我想我可能在第一种形式中设置了一些愚蠢的属性来强制它继承 syling。我检查了很多东西,但找不到一些。
有人对它可能是什么有一些指示吗?