Is it possible for the DataGridView control to display multiline text in a cell?
I am using Visual Studio 2005 and C#.
1- Datagridview > properties > DataGridViewCellStyle > WrapMode=True 2 -Datagridview > properties > DataGridViewCellStyle > AutoRowSizeMode=AllCells 3- Datagridview > properties > Cloumn >(cloumn selected which you want to multiline) DefaultCellStyle > Alingment=NotSet and WrapMode=NotSet