Virtual ListView Question

G

Guest

I'm creating a virtual ListView with C#. I've seen a few code posts stating
that a virtual ListView will not work if the View is LargeIcon or SmallIcon.
Is this true?

My project requires the LargeIcon view style, and so far I've been unable to
get the images to display. The text (captions) don't seem to be a problem.
My only guess is that the ImageList isn't "really" being set to the ListView,
although it does add space for the images.

Thanks for any information you can give.
 

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

Top