Zeoof
  • Zeoof
  • Newbie Topic Starter
2015-01-27T11:46:07Z
Hello,

Is there an easy way to add multiple images to cells without delving into the custom drawing GDI+.

As far as i can see the cell only accepts single images from an imagelist.
myCell.ImageIndex = 1;

Thanks for any help.
Z
Igor/10Tec
2015-01-28T08:37:51Z
There is no way to display several images in a cell without using custom drawing.

Can you show us a screenshot of what you need to implement?