or
| <ListBox x:Name="lstThumbsCarousel" Grid.Row="2" ItemContainerStyle="{DynamicResource ThumbNailContainerStyle}" MouseRightButtonUp="ShowContextMenu" SelectionChanged="lstThumbsCarousel_SelectionChanged" Loaded="lstThumbsCarousel_Loaded"> |
| <ListBox.ItemsPanel> |
| <ItemsPanelTemplate> |
| <telerik:RadCarouselPanel x:Name="radCarouselPanel"> |
| <telerik:RadCarouselPanel.ScaleStops> |
| <telerik:PathStopCollection> |
| <telerik:PathStop PathFraction="0.0" Value="0.1" /> |
| <telerik:PathStop PathFraction="0.47" Value="0.2" /> |
| <telerik:PathStop PathFraction="0.5" Value="0.4" /> |
| <telerik:PathStop PathFraction="0.53" Value="0.8" /> |
| <telerik:PathStop PathFraction="1.0" Value="1.0" /> |
| </telerik:PathStopCollection> |
| </telerik:RadCarouselPanel.ScaleStops> |
| </telerik:RadCarouselPanel> |
| </ItemsPanelTemplate> |
| </ListBox.ItemsPanel> |
| </ListBox> |