Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
25
How to remove the dropdown arrow from PopupMenuTool when it does not have child items.
posted

I am adding  PopupMenuTool controls hierarchically using recursive algorithm .I want for the last level this PopupMenuTool  should not display arrow mark as it does not have any child tools under it.How to fix this issue. 

Kiran Kumar

Parents
  • 12480
    Verified Answer
    Offline posted

    Hi Kiran,

    My recommendation in this case is to modify your code so that the lowest-level tools are ButtonTools instead of PopupMenuTools. Using a ButtonTool is more appropriate as there is nothing to pop up when the user clicks.

Reply Children
No Data