I have a WinForms application with DataGridView control. My control has five
columns (say \"Name\", \"Address\", \"Phone\" etc)
I am not happy with defa
I you dont want to do it programmatically, you can manipulate to the Column width property, which is located inside the Columns property.Once you open the column edit property you can choose which column you want to edit, scroll down to layout section of the bound column properties and change the width.