How can I prevent a listView (View: List) from showing on serveral columns?

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.


Answer this question

How can I prevent a listView (View: List) from showing on serveral columns?

  • A.Russell

    Set the View to Report. Set the other column widths to 0. Set the columnheader resize property to false.
  • Shmelly

    This post is off topic for the Visual C# General forum. Moving to the Windows Forms General forum.



  • Trevin Chow

    Umm, that *is* the way the ListView control displays the items when View = List...




  • How can I prevent a listView (View: List) from showing on serveral columns?