I’m making a small Windows Form application that contains a lot of grid views. I want all the grid views to resize with the window. I could make a function that detects window resize and then changes the size of each grid view but that feels a bit clunky. Is there an easier/more intelligent way to do this?
Share
The properties
Dock,Anchor,PaddingandMarginare your friends here. They are designed to make almost all resizing-by-hand worthless.