Hello there,
Maybe someone here can point me into the correct direction, i'm trying to get a custom ContextMenu to open when the Label of a Field is (right)clicked... apparently this solution does not work out as expected:
{
ContextMenu contextMenu = new ContextMenu();
labelPresenter.ContextMenu = contextMenu;
field.Label = labelPresenter;
}
tia
I dont found any MenuItems in you ContextMenu!