Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
550
xamCarousalListBox and CollectionViewSource
posted

Hi

 Hopefully I can explain myself relatively easily.

 I have a number of "CollectionViewSource"s defined with each one having a source="" which is a ObservableCollection from a WCF service.

Now all my listviews work 100% but the xamCarousalListBox doesn't do anything.

I have a CollectionViewSource defined as:-

<CollectionViewSource x:Key="srcPlannedOrder" Source="ServiceReference:entityPlannedOrder"/>

and so I have the following:-

 <igWindows:XamCarousalListBox ItemsSource="{Binding Source={StaticResource srcPlannedOrder}}"> etc etc

I call the WCF service and the listview (same binding as above) shows the data but the xamCarousal doesn't.

Any help would be appreciated.

Thanks Robin 

 

Parents Reply Children
No Data