I am creating an ArcGIS Pro add-in which uses menus to open a gallery. The tooltip comes up when the cursor is over the menu item but it blocks a portion of the gallery that pops up (see attachment). I deleted the text inside tooltip on config.daml:
<tooltip heading=""><disabledText /></tooltip>
I even deleted this line all together but a tooltip still shows (If it is blank or deleted it still shows the name of the caption as a tooltip.
How can I remove or hide a tooltip?
Thanks