How can I move around controls based on form size?

very new to winforms, trying to get my controls to move with the size of the form. where im at right now when i resize it things either get cut off, or theres a bunch of dead space. how would i go about making the controls move around based on the size of the form sorry if this is a silly question 🙏
No description
5 Replies
leowest
leowest5h ago
Control layout options - Windows Forms
Learn about the different settings on a control that affect layout and positioning in Windows Forms for .NET. Learn about the different types of control containers that affect layout.
HarperWolf 🦇
HarperWolf 🦇OP5h ago
if i have objects nested in a panel, how can i make them move around within the panel (like the media controls stay on the left, and playbar and picturebox stay on the left)
leowest
leowest5h ago
go thru those links they explain and show examples on all of that

Did you find this page helpful?