Programatically adding items to a ListView

R

rvl2k9

Hi everyone!

I added a ListView control on my form and now I'm trying to add items using
VBA code but when I type "ListView1." the property "ListItems" don't show up.

Is there any way I can access this property?

Thanks in advance.
 
D

Douglas J. Steele

Just because it doesn't show up in IntelliSense doesn't necessarily mean
you can't use it.

Have you tried adding the code and running it?
 
Top