I am using IUIElementCreationFilter for adding an ButtonUIElement next to the GroupBoxExpansionIndicator. The button appears as per design however sometime I need to click on it twice for the ElementClick to be raised.
Any pointers / suggestions.
Hello BB,
I tried this scenario and it seems to work fine with me. ElementClick is being raised everytime I click on the button so I attached my sample to this post. Please review it and feel free to let me know if I misunderstood you or if you have any other questions.
I know this is an old post bu I have the very same issue. I have tried your sample but it is not fixing it. I am using 2014.1.
Any ideas?
Forget it. I found something.
I catch the OnMouseUp and use it to raise my own Clicked event.