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

Using Microsoft.Office.Interop.Word and Excel in ASP NET Web App