Change the size in dataGridView
C#
2
Posts
2
Posters
0
Views
1
Watching
-
How Change the size in dataGridView for specific cells ?
-
How Change the size in dataGridView for specific cells ?
Hi, AFAIK you can't change the size of a single cell, however you can set properties for an entire column; example:
dgv.Columns[1].Width = 100;
:)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]
Happy New Year to all.
We hope 2010 soon brings us automatic PRE tags!
Until then, please insert them manually.