How do I access the listviews panel in code behind?
Xaml definition:
<ListView.ItemsPanel>
<ItemsPanelTemplate>
<telerik:RadCarouselPanel />
</ItemsPanelTemplate>
</ListView.ItemsPanel>
If I name the panel, I get a compile-time error when refering to it in the code-behind.