Position property has two possible values:
· Vertical - Specifies the the menu items should be displayed one
under the other (
Default).
· Horizontal - Specifies the the menu items should be displayed one
near the other.
Here is how to set the property:
<oem:EasyMenu id="EasyMenu1" runat="server" Position="Horizontal" ShowEvent="Always"> <oem:EasyMenu id="EasyMenu2" runat="server" Position="Vertical" ShowEvent="MouseOver">