I have tried so many ways in Listview icon view style. Listview items's text is getting truncated.
How can i show full text or show wrapped full text.
here is how my listview item getting text currently. The full name is renameSuccess and it shows only nameSucce. Please help
Hello,
You could use the following two properties together or separately:
this.ultraListView1.ViewSettingsIcons.ItemSize = new System.Drawing.Size(100, 0); this.ultraListView1.ViewSettingsIcons.MaxLines = 2;
Please do not hesitate to contact me if you need any additional assistance.
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.
Boris,
Thanks, It worked perfectly.