Anyone know how this is to be done?

I have a ListViewItem with an associated image from the ListView's LargeImageList.
When not in OwnerDraw, the ListViewItem along with its Image display just fine.

However, when I enable OwnerDraw, I can get the text of the ListViewItem to display fine but I cannot seem to get the image to be seen.

How can I get the Image to be displayed in a ListViewItem when OwnerDraw is enabled?

Thanks
-Mike