Make DataGridView full screen when screen resize

Option 1:
Anchoring: Top, Bottom, Left, Right

Option 2:
Set the property of your DataGridView:
Anchor: Top,Left
AutoSizeColumn: Fill
Dock: Fill

Comments

Popular posts from this blog

ASP Net API pass parameter frombody

avoid Caching in asp net mvc