I am using a listbox control in my VI
I am populating it with strings that are created within the VI
My problem is, if the string length is too long I cannot see it in the listbox, it runs out of width.
When I right click on the control I can select multi line input but this only seems to work if I wanted to manually enter.
How I can I make it 'wrap'?
Thank you in advance
Lee
Good morning, thank you for your quick reply
Yes from your example, very straightforward.
My problem is that the contents of the list box are saved to a file which is then read back in another VI and decoded and so I didn't want to introduce any further elements into the inputted string
If I use a line feed constant it gives me the desired look in the list box but as u can see, I also save this to a text file and I would prefer it was all on the one line?
Of course yes, thank you
Can I ask one more question on listboxes. Am I able to add a border to each row so that it shows a clear split between each row. I couldn't see how to do that
Oops found it ... horizontal lines ....
Many thanks for your help
Lee