1つのリストビューを作成し、次のようにリストビューにアイテムを追加します
listview1.Items.Add(new ListViewItem("hello i am working in C#");
私はこのように出力したいと思います:
hello i am working in C#
これの代わりに私はこのようになっています:
hello.....
クリックすると、次のようになります。
hello i
am working in
C#
どうすればこれを解決できますか?