Hi,
I want a menu with one Menuitem on the left side and two MenuItems on the right side.How can I do this? All my MenuItems are on the left side! ;o(
Thanks...Marco
Hi Georgi,
perfect. That's what I want!
Thank you very much...
Greets...Marco
Hi Marco,
You can define your own ItemsPanel and implement some logic for positioning the Items. By default, the ItemsPanel of the XamMenu is a horizontally oriented StackPanel.
Attached is a quick sample on how to do this.
Hope that helps,