This is a migrated thread and some comments may be shown as answers.

RadMenuItem Popup

1 Answer 63 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Steven
Top achievements
Rank 1
Steven asked on 23 Mar 2013, 04:13 AM
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;
<telerik:Popup x:Name="PART_Popup" Placement="Center">
in the MenuItemTopLevelControlTemplate however it makes no difference to the placement.

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,

1 Answer, 1 is accepted

Sort by
0
Rosen Vladimirov
Telerik team
answered on 26 Mar 2013, 03:59 PM
Hello Steven,

Currently it is not possible to change the placement of the Popup. By default it is set to Bottom for the TopLevel items and to Right for the SubMenuHeaders. I've added this request in our internal system and we'll discuss it within our team. In the moment I cannot give you exact timeframe when it will be implemented.

We are sorry for the caused inconvenience. Do not hesitate to contact us if you have any suggestions or concerns.

All the best,
Rosen Vladimirov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Menu
Asked by
Steven
Top achievements
Rank 1
Answers by
Rosen Vladimirov
Telerik team
Share this question
or