Hello!
I have an UltraToolbarsManager in my project and I have some serious problems in getting the tooltips in the right way.
I am using the Ribbon menu mostly (no toolbars) and I would like to have tooltips in the left part of the menu all the time.
In the left side, I have one tool that is of type popupmenutool, and when it is shown in the right side of the menu, I wouldlike tooltips there as well.
When I am not running the mouse over that popupmenutool, I have an MRUListTool that is shown in the right area.
Since there are problems showing different tooltips for each item, I don't want any tooltips there.
Can this be achieved somehow?
I have attached two images, the blue rectangle shows what I want to keep and the red rectangle what I want to remove.
/Henrik
Alright, I have posted my idea. Thanks for all help!
Hello Henrik,
Thank you for your response.
It's currently not possible to provide a separate tooltip for each ListToolItem. I recommend submitting it as a new product idea at http://ideas.infragistics.com.
Thanks Dave, that works really great.
This is much better than before. The only thing that couldbe better is if it was possibleto assign specific ToolTipTexts to each item in a ListTool. Can that be achieved somehow, without using another
tooltip component?
Great work Dave!
Hello Zlatan,
As it turns out, if you set the Caption property of the ListTool to an empty string, no tooltip will be displayed. You can still set the CustomizerCaption property to provide a name for the tool in the customizer.
Any progress Dave?