I have a Ultra List View being hosted as a container control in the UltraExplorerBarGroup control. I have the style set to Icons.
It displays my icons and text below it but not much text displays. Is there any way to make it show more text or allow it to wrap and be multi line of text under the icon?
Hello,
I believe that you would be able to use the following property which determine the number of text lines under your icon:
this.ultraListView1.ViewSettingsIcons.MaxLines = 5;
Is there a way to achieve multiple lines/word wrap with the ultralistview in list mode(not icons)?
Thanks,
Rk
Thanks for the information. That worked perfectly. There are so many options with these controls that it is sometimes hard to figure out easy stuff.
Thanks