I have the following menu.
<Menu>
<MenuItem Header="Menu1">
<MenuItem Header="Sub1"/>
<MenuItem Header="Sub2"/>
<MenuItem Header="Sub3"/>
<MenuItem Header="Sub4"/>
</MenuItem>
<MenuItem Header="Menu2" />
</Menu>
The sub-menu when opened is either in an up or down direction, is there any way I can specify the direction my self?
I'd prefer the sub-menu to always render upwards since the menu it self is on the bottom of a window.
Thanks Tony