C#: multiline text in DataGridView control

前端 未结 7 817
[愿得一人]
[愿得一人] 2020-11-27 21:12

Is it possible for the DataGridView control to display multiline text in a cell?

I am using Visual Studio 2005 and C#.

7条回答
  •  情歌与酒
    2020-11-27 21:49

    If you want to active the multiline text in DataGridView control then WrapMode should be true

提交回复
热议问题