Hello,
I have a listView with the View property set to List. What I want to do is simply preventing the listView item from showing on serveral columns.
Like this:
1............2.............3
4............5.............6
I want them to appear as follow:
1
2
3
4
5
6
Please note: I don't want to add columns that will be visible to my user.
Please help. Thanks.

How can I prevent a listView (View: List) from showing on serveral columns?
A.Russell
Shmelly
This post is off topic for the Visual C# General forum. Moving to the Windows Forms General forum.
Trevin Chow