Auto size the controls in winform

大兔子大兔子 提交于 2019-12-01 04:21:50

Look for the anchor properties. You can set the anchor to resize automatically following the form.

The anchor has 4 sides. If you anchor to all 4 sides, the control will retain its size ratio according to the size of its parent form.

Use the .Anchor property.

You can set the Dock Property of the listbox to fill. if you are using list box in some parent control like splitter panel

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!