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.
我有一个 ListBox 控件。我想要的是它会在屏幕尺寸最大化时扩展。为此设置哪个属性?
对于标签,它是 Autosize = true。
但是 Listbox 控件是什么?
您使用该Dock属性Fill将列表框填充到容器中,或者使用该Anchor属性向您希望列表框展开的边(如果您希望列表框向右展开,请启用锚点到Left, Top, Right)。
Dock
Fill
Anchor
Left
Top
Right