﻿<?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 - How to use navigation when an UICarouselView item is selected</title><link>http://www.intersoftsolutions.com/Community/Crosslight/How-to-use-navigation-when-an-UICarouselView-item-is-selected/</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 use navigation when an UICarouselView item is selected</title><link>http://www.intersoftsolutions.com/Community/Crosslight/How-to-use-navigation-when-an-UICarouselView-item-is-selected/</link><pubDate>Thu, 05 Feb 2015 05:38:39 GMT</pubDate><dc:creator>hongliyu2002</dc:creator><category>navigation</category><category>UICarouselView</category><description>Glad to hear that</description></item><item><title>How to use navigation when an UICarouselView item is selected</title><link>http://www.intersoftsolutions.com/Community/Crosslight/How-to-use-navigation-when-an-UICarouselView-item-is-selected/</link><pubDate>Tue, 03 Feb 2015 03:30:46 GMT</pubDate><dc:creator>Arief</dc:creator><category>navigation</category><category>UICarouselView</category><description>&lt;p&gt;Hi Leo,&lt;br&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;We have recently released Crosslight 3.0 Update 2 which includes support for navigation in UICarouselView. Please&amp;nbsp;&lt;a href="http://developer.intersoftpt.com/display/crosslight/Crosslight+3.0+Update+2+Release+Notes" target="_blank"&gt;click here&lt;/a&gt;&amp;nbsp;to read more about the official press release.&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;To use navigation in your UICarouselView you can add this code inside your UICarouselView Binding Provider including code for showing the carousel items:&lt;/p&gt;&lt;pre&gt;/* To use this template you need to replace the following placeholder:    
 * - TBindingName, use the same Binding Name with Binding Name for showing carousel item 
 * - TDetailViewModel, navigate to target detail view model that you want  
 */
this.AddBinding("TBindingName", BindableProperties.DetailNavigationTargetProperty, new NavigationTarget(typeo(TDetailViewModel)), true);&lt;/pre&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;You can test this code using our&amp;nbsp;&lt;a href="http://git.intersoftpt.com/projects/CROS/repos/samples/browse/ViewSliderSamples" target="_blank"&gt;View Slider Samples&lt;/a&gt;&amp;nbsp;(from git server), try add this code inside ImageSliderBindingProvider.cs at ViewSliderSamples.Core/BindingProviders/ImageSlider/ImageSliderBindingProvider.cs:&lt;/p&gt;&lt;pre&gt;this.AddBinding("ViewSlider", BindableProperties.DetailNavigationTargetProperty, new NavigationTarget(typeof(DetailItemSliderViewModel)), true);&lt;/pre&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;br&gt;Hope that answer your questions :)&lt;/span&gt;&lt;/p&gt;</description></item><item><title>How to use navigation when an UICarouselView item is selected</title><link>http://www.intersoftsolutions.com/Community/Crosslight/How-to-use-navigation-when-an-UICarouselView-item-is-selected/</link><pubDate>Fri, 02 Jan 2015 04:01:18 GMT</pubDate><dc:creator>yudi</dc:creator><category>navigation</category><category>UICarouselView</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;It appears that UICarouselView hasn't supported this feature yet (to use navigation when a UICarouselView item is selected) in the current build version of Crosslight, Crosslight 3 Update 1. But the development team are pleased to add this feature to the roadmap.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;This feature has been submitted as feature request. It is filed under CROS-672.&lt;br&gt;I'll keep this thread updated with any news I heard from the team regarding CROS-672.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>How to use navigation when an UICarouselView item is selected</title><link>http://www.intersoftsolutions.com/Community/Crosslight/How-to-use-navigation-when-an-UICarouselView-item-is-selected/</link><pubDate>Wed, 31 Dec 2014 07:40:41 GMT</pubDate><dc:creator>hongliyu2002</dc:creator><category>navigation</category><category>UICarouselView</category><description>&lt;p&gt;Can you please tell me how to use navigation when an&amp;nbsp;UICarouselView cell item is&amp;nbsp;&lt;span style="font-size: 10pt;"&gt;selected. I found this component supports DetailNavigationTarget property, but I don't know how to use it.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;On the other hand, the OnSelectItemChanged method in the ListViewModelBase also cannot be used, because when the EnableSlideShow is set to on, the SelectedIndex will be changed every 3 seconds. Everytime it will trigger the&amp;nbsp;&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;OnSelectItemChanged method, I cannot write NavigationService code in this section.&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>