images in list view

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • RobcPettit@yahoo.co.uk

    images in list view

    Hi, I have a 'star' in my imagelist and I use:
    listView.SmallI mageList = imageList1;
    ListViewItem itemSize = listView.Items. Add(new
    ListViewItem("" ,0)); to add this to my listview. All works ok. What Id
    like to know is, this displays 1 star in the cell, is it possible to
    add more than 1 star to that cell. Ive seen examples were stars are
    used as ratings, but cant tell if there using the same star many
    times. Or creating there own images with several stars in, then adding
    these to imagelist.
    Regards Robert
Working...