ListView Items

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
 
C

Cor Ligthert

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
 
M

Mona

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]
 
L

Larry

It was set to large icons,

Changing it to detail fixed it.

Thank You for your help,

larry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top