How to let "DataGridViewTextBoxColumn" in DataGridView supports Multiline property?
DataGridViewTextBoxColumn
DataGridView
You should be able to achieve this by setting the WrapMode of the DefaultCellStyle of your DataGridViewTextBoxColumn to true.
WrapMode
DefaultCellStyle
true
1.4m articles
1.4m replys
5 comments
57.0k users