0
votes
votes
1 answers
Realign ListView contents.
I have this in my code to retreive the ListView contents and save to a file. But the alignment is wrong. How do I set it to be right? // save to textfile StreamWriter sw = new StreamWriter(@"D:\test.txt" ...
