Icons/Images in ListView Control - CF2.0.  
Author Message
Tryst





PostPosted: .NET Compact Framework, Icons/Images in ListView Control - CF2.0. Top

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.

Thanks

Tryst



Smart Device Development12  
 
 
Alex Feinman





PostPosted: .NET Compact Framework, Icons/Images in ListView Control - CF2.0. Top

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





PostPosted: .NET Compact Framework, Icons/Images in ListView Control - CF2.0. Top

Thanks, Alex, I got it.

Tryst