如何设置DataGridView的文本框列到多行?文本框、如何设置、DataGridView、列到多行

2023-09-02 10:30:37 作者:心癌i

如何让 DataGridViewTextBoxColumn 支持多行属性

推荐答案

您应该能够通过设置的 WrapMode DefaultCellStyle实现这一目标你的 DataGridViewTextBoxColumn

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