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.
Custom tooltip on thumbnail viewer?
Moderator: Alex
-
- Site Admin
- Posts: 2405
- Joined: Thu Jul 10, 2008 2:21 pm
Re: Custom tooltip on thumbnail viewer?
Hi Ian,
You should disable auto tooltip feature (ThumbnailViewer.AutoToolTip = false) and set custom tooltips using the ThumbnailViewer.SetToolTip method.
Best regards, Alexander
You should disable auto tooltip feature (ThumbnailViewer.AutoToolTip = false) and set custom tooltips using the ThumbnailViewer.SetToolTip method.
Best regards, Alexander