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
20
Programmatically set ItemsSource, no item is databound
posted

I am trying to programmatically set the ItemsSource property of a xamCarouselListBox using the code as below and although I see the rigthnumer of items in the list no item is databound. Here is a snippet:

 

 

 

 

 

 

 

 

With RelatedComponent.RelatedNavigationControl.DataCarousel

.ItemTemplate = myCarouselDataTemplate

 

 

 

 

 

.ItemsSource = Table.DefaultView

End With

I found no example of this in the XamFeatureBrowser solution

Thank you in advance

Alberto