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
What you are doing looks reasonable. I'm not sure what you mean by 'no item is databound'.
Joe Dour"]I'm not sure what you mean by 'no item is databound'.
I think he meant nothing appeared in Listbox.