Resizing Grid Views On Window Resize
Posted
by Jack Mills
on Stack Overflow
See other posts from Stack Overflow
or by Jack Mills
Published on 2010-06-14T11:40:04Z
Indexed on
2010/06/14
11:42 UTC
Read the original article
Hit count: 171
I'm making a small Windows Forms 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 not an easier/more intelligent way to do this
© Stack Overflow or respective owner