简体   繁体   English

ListViewItem 文本未完全显示在 C# windows forms 的列表视图控件上

[英]ListViewItem text is not shown fully on the listview control of C# windows forms

ListViewItem text is not shown fully on the listview control of C# windows forms. ListViewItem 文本未完全显示在 C# windows forms 的列表视图控件上。

Is there any limit to show text of listview item?显示列表视图项目的文本是否有任何限制?

Do you mean some of the text shown and some of it isn't shown?你的意思是一些显示的文本和一些没有显示的文本吗? Like this => "Sample te..."像这样=>“样品...”

If it is, make sure GridLines set to "true", then change width of the column.如果是,请确保 GridLines 设置为“true”,然后更改列的宽度。

Change the ListView View property to List may solve your problem.ListView View属性更改为List可能会解决您的问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM