Hey everyone,

I know this is a common question, and I apologize, but I searched the forum and couldn't find an appropriate response.

I've already got one listview on my form, and depending on the situation, when this form opens it may have any number of additional listviews. I'd like to dynamically load them and have all the same properties as the listview that is already on the form.

I tried:
Code:
Dim lvTemp as New lvGE
'lvGE is the Listview control that is already on, and always on my form
With no success. What am I missing?

Thanks!

--Ben