2
Answers

Resizing in WinForms C#

Photo of Samuel Toh

Samuel Toh

3y
572
1

1) So what I want to do is when a user tries to resize the form as shown above, the DataGridView, Buttons and TextBoxes will automatically resize on its own depending on how to user tries to resize the form.

2) I also have a Button where it will collasp the left side of the menu to only the logo. How do I make the DataGridView, Buttons and TextBoxes move after collaspsing it?

Answers (2)