Can I not use images in ListViews on the Compact Framework 2
It seems I can have the option to set the View property on the ListView Control, but can't seem to assign images (from a ImageList control) to the ListView.
Add an ImageList control to your form. Populate it with images. Assign LargeImageList or SmallImageList property of your listview control to this imagelist. In the listview item properties set the image index to the index of the image in your imagelist.
Tryst
Posted: .NET Compact Framework, Icons/Images in ListView Control - CF2.0.