Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Listview problem
Message
De
15/03/2001 06:24:39
Terry Holland
Emmanuel Solutions Ltd
Oxshott, Royaume Uni
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
Contrôles ActiveX
Titre:
Listview problem
Divers
Thread ID:
00485239
Message ID:
00485239
Vues:
52
Hi everyone. I'm new to this chatroom/forum. Im hoping there are some answers out there just waiting to find me.

I have a question on ListViews with view set to lvwList. The following code snipet will explain my problem.




Set lvwListView = lvwTest
lvwListView.View = lvwList

ListView_AutoSize lvwListView

With lvwListView

.ListItems.Add , , "abcdefghijklmnopqrstuvwxyz"
.ListItems.Add , , "abcdefghijklmnopqrstuvwxyz"
.ListItems.Add , , "abcdefghijklmnopqrstuvwxyz"
.ListItems.Add , , "abcdefghijklmnopqrstuvwxyz"
.ListItems.Add , , "abcdefghijklmnopqrstuvwxyz"
.ListItems.Add , , "abcdefghijklmnopqrstuvwxyz"
End With


I get a listview showing

abcdefghijklmnop... abcdefghijklmnop...
abcdefghijklmnop... abcdefghijklmnop...
abcdefghijklmnop... abcdefghijklmnop...


How do I get

abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz
abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz
abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz
Répondre
Fil
Voir

Click here to load this message in the networking platform