Virtual ListView Question

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
Back
Top