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 🙏

5 Replies
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.
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)
go thru those links they explain and show examples on all of that