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.
我正在开发一个 Windows 应用程序C#。
C#
在那,有一个panel和有一个line shape在对的恰到好处panel。
panel
line shape
表单状态是maximized唯一的。因此,当它运行时,panel宽度不会延伸到line shape.
maximized
所以我需要在窗体处于最大化状态时扩展面板宽度。
请帮忙。 提前致谢。
您需要在设计时使用面板的Anchor属性。您可以在面板控件的 PropertyGrid 中找到它。