Hi,
on a custom component, I am trying to add an item to the component menu (right-click). I use the Menu_Append… functions as advised in the GH SDK.
Now I am trying to add an item which behaves exactly like the “Runtime warnings” item. I would like it to have a little triangle on the right, and to expand and display a second list when the mouse hovers over it. Like “runtime warnings”, the second list should then have clickable items
Is there a Function akin to the Menu_Append… functions which I can draw on for this behaviour or will I have to engineer it myself using the menu.MouseHover event etc.
However, to replicate the exact functionality and look, maybe this type of element could be exposed in a Menu_Append… function? Or even better, @DavidRutten, would you share a relevant code snippet?
Many thanks!
Daniel
it is the behaviour of “Runtime warnings” I am trying to replicate, except with different content.