Welcome to the forum. :)
Since each letter should be displayed on a seperate line, there should be a .Add() call for each letter. So, you have to loop through the string from front to back, or back to front and add each letter to the listbox seperately.