Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
由 \n 分隔的文本不会在 .Net 窗口的 GridView 单元格中的新行中显示文本。我必须在网格中显示帐户详细信息,并且由于帐户可以有多个标题,我需要在同一单元格中的新行中显示标题. 请查看附件图片以了解详细信息。
谢谢。
尝试
"Title1" & cbCrLf & "Title2" & vbCrLf & "Title3"
您应该将 DataGridViewTextBoxColumn DefaultCellStyle WrapMode设置为 true。