Custom tooltip on thumbnail viewer?

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

Moderator: Alex

Post Reply
iansml
Posts: 31
Joined: Thu Apr 23, 2009 1:57 pm

Custom tooltip on thumbnail viewer?

Post by iansml »

Hi,

Is it possible to add a custom tooltip to the ThumbnailViewer? The AnnotationViewer has a ToolTip property, but the ThumbnailViewer does not. There is an "AutoToolTip" property on the ThumbnailViewer, but this just seems to display the image index or something. I want to be able to display other details about the image (e.g. filename, tags etc) when a user hovers over it.

Thanks.
Alex
Site Admin
Posts: 2305
Joined: Thu Jul 10, 2008 2:21 pm

Re: Custom tooltip on thumbnail viewer?

Post by Alex »

Hi Ian,

You should disable auto tooltip feature (ThumbnailViewer.AutoToolTip = false) and set custom tooltips using the ThumbnailViewer.SetToolTip method.

Best regards, Alexander
Post Reply