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.
我有一个 winform,并在该表单中放置了一个列表框。当我最大化 winform 时,列表框的大小保持不变。
但我不想这样。我想自动调整大小。
是否有任何默认属性?
谢谢你,那古
寻找锚属性。您可以将锚点设置为根据表单自动调整大小。
锚有 4 个侧面。如果您锚定到所有 4 个边,控件将根据其父窗体的大小保留其大小比例。
使用 .Anchor 属性。
您可以将列表框的 Dock 属性设置为填充。如果您在某些父控件(例如拆分器面板)中使用列表框