﻿<?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 - How to bind ItemSource to UXNavigationPane </title><link>http://www.intersoftsolutions.com/Community/ClientUI/How-to-bind-ItemSource-to-UXNavigationPane/</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>How to bind ItemSource to UXNavigationPane </title><link>http://www.intersoftsolutions.com/Community/ClientUI/How-to-bind-ItemSource-to-UXNavigationPane/</link><pubDate>Wed, 01 Jun 2011 06:36:18 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I need a little time to discuss with our developer teams. I will back to you asap.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>How to bind ItemSource to UXNavigationPane </title><link>http://www.intersoftsolutions.com/Community/ClientUI/How-to-bind-ItemSource-to-UXNavigationPane/</link><pubDate>Tue, 31 May 2011 09:41:05 GMT</pubDate><dc:creator>gavin</dc:creator><description>&lt;p&gt;I have made a lightweight sample,see the attachment.&lt;/p&gt;</description></item><item><title>How to bind ItemSource to UXNavigationPane </title><link>http://www.intersoftsolutions.com/Community/ClientUI/How-to-bind-ItemSource-to-UXNavigationPane/</link><pubDate>Tue, 31 May 2011 06:10:14 GMT</pubDate><dc:creator>gavin</dc:creator><description>&lt;p&gt;Because the sample  is  based on DB, so i first give you the xaml file and the ItemSouce sample binded to the UXNavigationPane,if you still get enough information,i will make another lightweight sample.&lt;/p&gt;</description></item><item><title>How to bind ItemSource to UXNavigationPane </title><link>http://www.intersoftsolutions.com/Community/ClientUI/How-to-bind-ItemSource-to-UXNavigationPane/</link><pubDate>Tue, 31 May 2011 04:26:27 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;Could you provide the working sample? Based on your code, I need to know the current value that assigned in each properties.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>How to bind ItemSource to UXNavigationPane </title><link>http://www.intersoftsolutions.com/Community/ClientUI/How-to-bind-ItemSource-to-UXNavigationPane/</link><pubDate>Mon, 30 May 2011 03:58:34 GMT</pubDate><dc:creator>gavin</dc:creator><description>&lt;p&gt;I want to bind itemsource to UXNavigationPane ,because the navigation items are from the database.&lt;/p&gt;
&lt;p&gt;Here is my code:&lt;/p&gt;
&lt;p&gt;(1)View (Xaml)&lt;/p&gt;
&lt;p&gt; &amp;lt;Intersoft:UXNavigationPane x:Name="OutlookMenuPane" Header=""  IsExpanded="{Binding IsExpanded, ElementName=MainPane}"&lt;br /&gt;                                      VisibleItemCount="10" AutoSelectFirstItem="True" Background="#FFEBEFF3" FooterVisibility="Collapsed"&lt;br /&gt;            ItemsSource="{Binding NavItems}" DisplayMemberPath="Text" ImageMemberPath="Icon" CollectionMemberPath="SubItems"&amp;gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;（2）ViewModel&lt;/p&gt;
&lt;p&gt;Note:Module is a entity class mapping to the navigation item table in the database.&lt;/p&gt;
&lt;p&gt;  foreach (Module nm in mRet)&lt;br /&gt;            {&lt;br /&gt;               mi.Add(new MenuItem()&lt;br /&gt;                {&lt;br /&gt;                    Text=nm.MoudleMenuName==""?nm.ModuleName:nm.MoudleMenuName,&lt;br /&gt;                    Icon="Images/"&amp;#43;nm.SmallIconAddress,&lt;br /&gt;                    NavUri=nm.ModuleUrl,&lt;br /&gt;                    ModuleCode=nm.ModuleCode,&lt;br /&gt;                    SubItems = this.GetThisLevelMenuItem(nLevel &amp;#43; 1, nm.ModuleCode)&lt;/p&gt;
&lt;p&gt;                });             &lt;br /&gt;            }&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;But i  can only see an empty UXNavigationPane.Can you give me some advice? &lt;/p&gt;</description></item></channel></rss>