ListView Object has two bugs...
1. If you scroll through the listview object, you can't see certain lines unless you 'hide' then 'show' the listview window almost like a refresh button
2. When saving a file from the listview object, and when you have at least one line created, it will insert a line at the end of the list.
I would appreciate if any users can test this out and see if they get an issue. I don't know if it is just 'my computer'
Re: ListView Object has two bugs...
Not sure if this will help in your case but I had a similar problem as your number 2. The ListView Object kept adding a blank line in my column.
I eventually 'fixed' it by opening the .txt file where my list is saved and found that there was a blank line at the bottom of the list. (I was able to click there), I deleted that blank line so that the cursor would only appear at the end of the last line when I clicked at the bottom and viola my problem was solved... :)
How the blank line got there in the first place is beyond me but its 'fixed' now and works without placing a blank line in the object.
Hope this helped...
[update]
Adding more text brought the blank line back - aaarrrgh :(
I then changed it to save as array instead of ascii txt and that sorted it out... :)
So far so good, I'm hoping it will stay sorted this time...