Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listview problem
Message
From
15/03/2001 06:24:39
Terry Holland
Emmanuel Solutions Ltd
Oxshott, United Kingdom
 
 
To
All
General information
Forum:
Visual Basic
Category:
ActiveX controls
Title:
Listview problem
Miscellaneous
Thread ID:
00485239
Message ID:
00485239
Views:
51
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
Reply
Map
View

Click here to load this message in the networking platform