Hi There,
I’m using “StiWpfViewerControl” within my application to display my reports which are rendered by Stimulsoft.
I get tooltip appearing with URL “Tell me more”, I would like to hide this option because it is unrelated to my application. (see attached photo)
Would it be possible to hide/disable this option. And how would I do that?
Thanks
Hide "Tell me more" option in the tooltip
Hide "Tell me more" option in the tooltip
- Attachments
-
- help tooltip
- MAD1075.jpg (33.22 KiB) Viewed 2646 times
Re: Hide "Tell me more" option in the tooltip
Hello,
Please try to use the following options:
StiOptions.Appearance.ShowTooltipsHelp
StiOptions.Appearance.ShowFormsHelp
StiOptions.Appearance.ShowFormsHints
Thank you.
Please try to use the following options:
StiOptions.Appearance.ShowTooltipsHelp
StiOptions.Appearance.ShowFormsHelp
StiOptions.Appearance.ShowFormsHints
Thank you.
Re: Hide "Tell me more" option in the tooltip
Thank you for your reply, the suggested solution works
StiOptions.Appearance.ShowTooltipsHelp = false;
Would it be possible to position the tooltip above the option when we hover over it. (see attached photo)
some options already do that but not all, i.e. Page mode
StiOptions.Appearance.ShowTooltipsHelp = false;
Would it be possible to position the tooltip above the option when we hover over it. (see attached photo)
some options already do that but not all, i.e. Page mode
- Attachments
-
- change the position of tooltip!?
- tooltip position.jpg (66.65 KiB) Viewed 2634 times
Re: Hide "Tell me more" option in the tooltip
Hello,
The issue is fixed. Please check the next build in the next week.
Thank you.
The issue is fixed. Please check the next build in the next week.
Thank you.