Page 1 of 1

Custom tooltip on thumbnail viewer?

Posted: Fri May 08, 2009 12:30 pm
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.

Re: Custom tooltip on thumbnail viewer?

Posted: Fri May 08, 2009 1:41 pm
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