How do I show textbox column of datagridview in multiline format using vb.net?
A:
You have to set the WrapMode
property of the DefaultCellStyle
property of your DataGridViewTextBoxColumn
.
See here for details:
http://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcellstyle.wrapmode.aspx
ho1
2010-05-15 12:27:49