﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - ClientUI - UXMenu items orientation problem</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXMenu-items-orientation-problem/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>UXMenu items orientation problem</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXMenu-items-orientation-problem/</link><pubDate>Sun, 02 Dec 2012 20:10:55 GMT</pubDate><dc:creator>yudi</dc:creator><category>Silverlight</category><category>UXMenu</category><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;I have an idea to load the menu items on demand (maybe by utilizing SelectedItem property) and put the child UXMenuBar as DataTemplate. However, I will need more time to test the feasibility of this.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;I will get back to you with the result as soon as possible.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>UXMenu items orientation problem</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXMenu-items-orientation-problem/</link><pubDate>Thu, 29 Nov 2012 01:30:08 GMT</pubDate><dc:creator>gzhebrunov@googlemail.com</dc:creator><category>Silverlight</category><category>UXMenu</category><description>&lt;p&gt;Yudi, yes this is what I`m looking for instead of one thing, I need to bind it from MVVM collection, in this case MenuItems may not be presented declaratively.&lt;/p&gt;</description></item><item><title>UXMenu items orientation problem</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXMenu-items-orientation-problem/</link><pubDate>Wed, 28 Nov 2012 23:29:23 GMT</pubDate><dc:creator>yudi</dc:creator><category>Silverlight</category><category>UXMenu</category><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;You may try to add another UXMenuBar as the sub-menu as shown in the following snippet code.&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;Intersoft:UXMenuBar x:Name="MenuBar1" OpenSubMenuOnMouseOver="True" &amp;gt;
    &amp;lt;Intersoft:UXMenuItem Header="_Menu1"&amp;gt;
        &amp;lt;Intersoft:UXMenuBar&amp;gt;
            &amp;lt;Intersoft:UXMenuItem Header="_SubMenu1" /&amp;gt;
            &amp;lt;Intersoft:UXMenuItem Header="SubM_enu2" /&amp;gt;
	&amp;lt;/Intersoft:UXMenuBar&amp;gt;
    &amp;lt;/Intersoft:UXMenuItem&amp;gt;
    &amp;lt;Intersoft:UXMenuItem Header="_Menu2"&amp;gt;
        &amp;lt;Intersoft:UXMenuBar&amp;gt;
            &amp;lt;Intersoft:UXMenuItem Header="_SubMenu3" /&amp;gt;
            &amp;lt;Intersoft:UXMenuItem Header="SubM_enu4" /&amp;gt;
        &amp;lt;/Intersoft:UXMenuBar&amp;gt;
    &amp;lt;/Intersoft:UXMenuItem&amp;gt;
&amp;lt;/Intersoft:UXMenuBar&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;The result looks like the following screenshot.&lt;/span&gt;&lt;/p&gt;&lt;img src="http://www.intersoftpt.com/Community/Attachments/3474/UXMenuBarWithHorizontalOrientationSubMenu.png" alt="UXMenuBar with Horizontal Orientation Sub-Menu" /&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Please let us know whether this helps or not.&lt;/span&gt;&lt;/p&gt;
</description></item><item><title>UXMenu items orientation problem</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXMenu-items-orientation-problem/</link><pubDate>Wed, 28 Nov 2012 09:08:38 GMT</pubDate><dc:creator>gzhebrunov@googlemail.com</dc:creator><category>Silverlight</category><category>UXMenu</category><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I need to change orientation of menu items to be horizontal. I using UXMenu. Is it possible? I check different solutions with template and styles but not found way how to present items horizontally in one line (like in UXMenuBar).&lt;/p&gt;
&lt;p&gt;My scenario is two levels menu needed. First level is UXMenuBar (its fine) and second level (here problem) should be also horizontal and one line presented and should popup on mouse over like typical menu.&lt;/p&gt;</description></item></channel></rss>