Checkbox in Thumbnail viewer

Questions, comments and suggestions concerning VintaSoft Imaging .NET SDK.

Moderator: Alex

Post Reply
montapas
Posts: 2
Joined: Mon Oct 12, 2009 10:29 am

Checkbox in Thumbnail viewer

Post by montapas »

How can I show checkbox in thumbnail viewer?
Alex
Site Admin
Posts: 2305
Joined: Thu Jul 10, 2008 2:21 pm

Re: Checkbox in Thumbnail viewer

Post 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
pawanpatel
Posts: 14
Joined: Thu Jan 31, 2013 2:19 pm

Re: Checkbox in Thumbnail viewer

Post 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.
Post Reply