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

RadContextMenu does not obey Orientation?

1 Answer 51 Views
ContextMenu
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Alex
Top achievements
Rank 1
Alex asked on 18 Jan 2012, 12:52 AM
My page supports the change in orientation but it seems like the Context menu does not auto realign with my list box items.

Is this a known bug? Is there a work around?

I'm using the 2011_3_1316_DEV_hotfix version of the controls.

For reference my context menu code looks like this:

<telerikPrimitives:RadContextMenu.ContextMenu>
    <telerikPrimitives:RadContextMenu>
        <telerikPrimitives:RadContextMenuItem
            Content="delete"
            Tapped="DeleteMenuItem_Tapped"
            DataContext="{Binding}"/>
    </telerikPrimitives:RadContextMenu>
</telerikPrimitives:RadContextMenu.ContextMenu>

My page declaration has the following properties set:
SupportedOrientations="PortraitOrLandscape" Orientation="Portrait"




1 Answer, 1 is accepted

Sort by
0
Alex
Top achievements
Rank 1
answered on 18 Jan 2012, 01:37 AM
Never mind, I see that the current behaviour is according to the WP7 spec!
Tags
ContextMenu
Asked by
Alex
Top achievements
Rank 1
Answers by
Alex
Top achievements
Rank 1
Share this question
or