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

RadContextMenu :- Popup Feature

1 Answer 57 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Paul
Top achievements
Rank 1
Paul asked on 19 Aug 2009, 03:24 PM
Hi,
    There does not seem to be a section under the silverlight forum for ContextMenu so I'll post here.

Is there away I can pop the context menu up and set it's position. Like when I click on something call a method on it like MyContextMenu.Show(x,y); or even MyContextMenu.Show(AnotherControl); and then the contextmenu will show at the desired location.

I have set the contextmenu on a button and when I click it, it then pops up but aligns it self to the mouse pointer, I would like to have it appear at the bottom left of button.

Thanks

1 Answer, 1 is accepted

Sort by
0
Paul
Top achievements
Rank 1
answered on 19 Aug 2009, 04:08 PM
Ok solved it by setting Placement="Bottom".
Tags
General Discussions
Asked by
Paul
Top achievements
Rank 1
Answers by
Paul
Top achievements
Rank 1
Share this question
or