Hi,
on the application menu I added a PopupMenuTool. Now, I want all tools in the popup menu show only the text of the tools, because they don't have images. One can set the style to Text only, but still there is space left to show a image (see my attached image).
Is it possible to show the tools without this space?
Regards,
Michael
Michael,
Unfortunately there is currently no way to hide the icon area for PopupMenuTool's Tools when it is in the ApplicationMenu. If you would like to submit a feature request for this functionality, you can do so here.
*Edit:* While there is no property to hide the icon area, theoretically using a creation filter to resize the PopupMenuItemUIElement and reposition the TextUIElement should do the trick. You will also need to adjust the width of the PopupMenuControlUIElement and PopupMenuItemAreaUIElement as well.
~Kim~
Dear Kim,
thanks for your reply. Fortunately the customer now provided images for the menu, so no workaround is necessary.