ListView Items

  • Thread starter Thread starter Larry
  • Start date Start date
L

Larry

I have added items to a listview using the
listviewitems collection editor.

However they are coming out in different columns
not in different rows as in VB 6.

Any help would be appreciated,

Laurence Nuttall
Programmer Analyst III
UCLA - Division of Continuing Education
 
Larry,

The listview is a control as is used in windows explorer.

You can set the way it is displayed.

Did you set it to detail view?

Cor
 
Hi Larry,

By default, the View property of the ListView control is set to "Large
Icon". To show the items in different rows, change this property to "List".
Hope this helps.

Thanks

Mona[Grapecity]
 
Back
Top