Is it possible to have the top level menu item open it's popup centered instead of aligned to the left? See below for example;
|--------------|
menuitem
|-----------------------------------------------|
popup
I've tried doing the following;
in the MenuItemTopLevelControlTemplate however it makes no difference to the placement.
I have also tried setting;
on the MenuItemTopLevelStyle but this also made no difference.
Thanks,