﻿<?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 - Crosslight - Drawer Navigation not working</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Drawer-Navigation-not-working/</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>Drawer Navigation not working</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Drawer-Navigation-not-working/</link><pubDate>Mon, 04 Aug 2014 02:41:33 GMT</pubDate><dc:creator>yudi</dc:creator><category>Drawer Navigation</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Call AddBinding() method in the constructor of DrawerItemListBindingProvider resolve the reported problem, unable to bind the items in drawer.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;The snippet code below shows the changes in DrawerItemListBindingProvider.cs file.&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;public class DrawerItemListBindingProvider : BindingProvider
{
    /// &amp;lt;summary&amp;gt;
    /// Initializes a new instance of the &amp;lt;see cref="DrawerItemListBindingProvider"/&amp;gt; class.
    /// &amp;lt;/summary&amp;gt;
    public DrawerItemListBindingProvider()
    {
        var itemBindingDescription = new ItemBindingDescription
                                            {
                                                DetailMemberPath = "Title", 
                                                NavigateMemberPath = "Target"
                                            };
        this.AddBinding("TableView", BindableProperties.ItemsSourceProperty, "Items");
	itemBindingDescription.AddBinding ("Text1", BindableProperties.TextProperty, "Title");
        this.AddBinding("TableView", BindableProperties.ItemTemplateBindingProperty, itemBindingDescription, true);
        this.AddBinding("TableView", BindableProperties.SelectedItemProperty, "SelectedItem", BindingMode.TwoWay);
    }
}&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Please let us know if you have different result.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Drawer Navigation not working</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Drawer-Navigation-not-working/</link><pubDate>Mon, 21 Jul 2014 07:10:37 GMT</pubDate><dc:creator>goldytech</dc:creator><category>Drawer Navigation</category><description>&lt;p&gt;Hi Yudi&lt;/p&gt;&lt;p&gt;thanks for reply. I've attached the solution this time. Appreciate if you can look into my code and point my mistakes.&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description></item><item><title>Drawer Navigation not working</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Drawer-Navigation-not-working/</link><pubDate>Mon, 21 Jul 2014 04:40:41 GMT</pubDate><dc:creator>yudi</dc:creator><category>Drawer Navigation</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Thank you for the sent sample. However, I was unable to have the sample run on my local end. It keeps showing malformed name unexpected error.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Meanwhile, I created a simple DrawerNavigation project by using Crosslight project wizard. The project has been tested on my local end to ensure that the drawer navigation works without any exception.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Please have the attached sample evaluated on your end and let me know if you have different result.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Drawer Navigation not working</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Drawer-Navigation-not-working/</link><pubDate>Fri, 18 Jul 2014 01:23:00 GMT</pubDate><dc:creator>goldytech</dc:creator><category>Drawer Navigation</category><description>It seems the file didnt got attached. Here is the link from where you can download&amp;nbsp;&lt;a href="https://onedrive.live.com/redir?resid=7EB5B1D2775C0ED2%212926" target="_blank"&gt;https://onedrive.live.com/redir?resid=7EB5B1D2775C0ED2%212926&lt;/a&gt;</description></item><item><title>Drawer Navigation not working</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Drawer-Navigation-not-working/</link><pubDate>Fri, 18 Jul 2014 01:15:57 GMT</pubDate><dc:creator>goldytech</dc:creator><category>Drawer Navigation</category><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I tried to follow the sample code (FaceBook style) for drawer navigation but was unable to bind the items in drawer. I dont know where it is failing. I've attached the sample solution for your reference. Can you please point me towards my mistake.&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description></item></channel></rss>