Auto size the controls in winform

前端 未结 3 1739
伪装坚强ぢ
伪装坚强ぢ 2021-01-12 13:09

I\'ve a winform and I placed a listbox in that form. When I maximize the winform the size of the list box remains same.

But I dont want like this. I want to adjust

3条回答
  •  孤街浪徒
    2021-01-12 13:31

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

提交回复
热议问题