Search code examples
c#gridfullscreen

Set DataGridView to full screen mode on C#


Is there any way to fix the DataGridView and its columns to full screen on C#?


Solution

  • Set property Anchor of your GridView to Top, Left and choose Fill in the properties AutoSizeColumnsMode and Dock.