Listview layout problem

bonedoc

Well-known member
Joined
May 4, 2006
Messages
112
Programming Experience
Beginner
For some reason when I add items to my listview, they are added left to right. It is just a stock listview. Why would this happen?

listview1.items.add("Test")
 
Back
Top