B bonedoc Well-known member Joined May 4, 2006 Messages 112 Programming Experience Beginner Jun 10, 2006 #1 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")
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")
jmcilhinney VB.NET Forum Moderator Staff member Joined Aug 17, 2004 Messages 15,188 Location Sydney, Australia Programming Experience 10+ Jun 10, 2006 #2 What do you have the View property set too? What is it that you want/expect to happen? Upvote 0 Downvote