我有一个带DataGridViewTextBoxColumn的DataGridView,其中DefaultCellStyle.WrapMode设置为True。 AutoSizeRowsMode属性设置为DisplayedCells。
我现在将xml文本添加到一行,该行有一条很长的行(长度> 4000个字符)。
我有问题,这条线没有显示,只是空白空间。此外,不会显示整个文本,而是剪切,以便不显示最后一行。
我试图找出该行中最小的字符数,表明该行为:如果一行中有5460个或更多字符。
答案 0 :(得分:1)
在搜索值5460后,我找到了这个答案:text disapears in DatGridView Cell
这是DataGridView中的一个错误:DataGridView control shows blank cell if large string is entered and column resized to max