Hi all!
I am trying to add a few strings to a listbox and using String.format to format the string being added.
Sample:
listBox1.items.add("{0,-15}{1,-15}{0,-15}{0,-15}{0,-15}{0,-15}{0,-15}",str1,str2.str3,str4,str5,str6,str7);
When I use this in a loop to add items,they don't allign with the...