Reported scenarios |
Response |
Custom context menu with icons. |
We can achieve this, and we have provided the sample to represent this. Please refer to the help document from the following link.
|
Add submenu items |
We can achieve this, and we have provided the sample to represent this. |
Thirdly is it possible to have the QuickCommand invoke a menu or UserControl of my own? |
Yes, it is possible. We can invoke the user control in the custom quick command. |
Finally the IDiagramCommands I'm struggling to be able to reference from XAML directly. If I build up a usercontrol menu, then I'd add this in XAML. I was hoping something like this would work: Command="{x:Static syncfusion:IDiagramCommands.SendToBack}" |
We can invoke the diagram command into the user control menu. |