This question is locked. New answers and comments are not allowed.
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,
|--------------|
menuitem
|-----------------------------------------------|
popup
I've tried doing the following;
<telerik:Popup x:Name="PART_Popup" Placement="Center">I have also tried setting;
<Setter Property="telerik:PopupPlacement.PopupPlacement" Value="Center"/><Setter Property="telerik:PopupPlacement.Placement" Value="Center"/>on the MenuItemTopLevelStyle but this also made no difference.
Thanks,