How to set DataGridView textbox column to multi-line?

You should be able to achieve this by setting the WrapMode of the DefaultCellStyle of your DataGridViewTextBoxColumn to true.

Leave a Comment