Hi guys,
Hopefully a short and easy question. How do I add images to a RadListView? I've tried the below:
radListView1.Items.Add(Image.FromFile("C:\\images\\myLovelyPhoto.jpg"));
But it just gives me the time of object. IE. It shows a check box (as I have that set) plus "System.Drawing.Bitmap".
I'm probably missing out on something very obvious. I just want to list a number of images a be able to select them using either check boxes or radio buttons.
Thanks,
Sacha
Hopefully a short and easy question. How do I add images to a RadListView? I've tried the below:
radListView1.Items.Add(Image.FromFile("C:\\images\\myLovelyPhoto.jpg"));
But it just gives me the time of object. IE. It shows a check box (as I have that set) plus "System.Drawing.Bitmap".
I'm probably missing out on something very obvious. I just want to list a number of images a be able to select them using either check boxes or radio buttons.
Thanks,
Sacha