c# - Resizing Grid Views On Window Resize -
I'm creating a small windows form application that has several grid views. I want all grid views to resize from window I can create a function that detects the size of the window and then changes the size of each grid view, but it seems that a little clunky is an easy / more intelligent way to do this?
property dock
, anchor
, Padding
and margins
are your friends here. They are designed to waste almost all the recycling-by-hands.
Comments
Post a Comment