Page 1 of 1

Checkbox in Thumbnail viewer

Posted: Mon Oct 12, 2009 10:35 am
by montapas
How can I show checkbox in thumbnail viewer?

Re: Checkbox in Thumbnail viewer

Posted: Mon Oct 12, 2009 1:40 pm
by Alex
Thumbnail viewer does not allow to use checkboxes with images but you can customize thumbnail's appearance. Please read descriptions of the ThumbnailAppearance, FocusedThumbnailAppearance, SelectedThumbnailAppearance and HoveredThumbnailAppearance properties in the documentation.

Best regards, Alexander

Re: Checkbox in Thumbnail viewer

Posted: Thu Jan 31, 2013 2:28 pm
by pawanpatel
You can use the ThumbnailPainting event, and then work on e.ThumbnailImage.GetGraphics() to draw something similar to a checkbox using an existing graphics or so.