iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Can you please tell me how to use navigation when an UICarouselView cell item is selected. I found this component supports DetailNavigationTarget property, but I don't know how to use it.
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 OnSelectItemChanged method, I cannot write NavigationService code in this section.
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.
This feature has been submitted as feature request. It is filed under CROS-672.I'll keep this thread updated with any news I heard from the team regarding CROS-672.
Hi Leo,
We have recently released Crosslight 3.0 Update 2 which includes support for navigation in UICarouselView. Please click here to read more about the official press release.
To use navigation in your UICarouselView you can add this code inside your UICarouselView Binding Provider including code for showing the carousel items:
/* 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);
You can test this code using our View Slider Samples (from git server), try add this code inside ImageSliderBindingProvider.cs at ViewSliderSamples.Core/BindingProviders/ImageSlider/ImageSliderBindingProvider.cs:
this.AddBinding("ViewSlider", BindableProperties.DetailNavigationTargetProperty, new NavigationTarget(typeof(DetailItemSliderViewModel)), true);
Hope that answer your questions :)
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname