When the RadCoverFlow control resizes, its items should resize, too. This will keep the propotions of the RadCoverFlow control according its items.
When iAutoCompleteBox is within the control, the popup portion of the AutoCompleteBox loses any notion of where it should display and how it should behave. The XAML team has recently reviewed this issue and will not be addressing it as at this time the team is focusing on the bugs impacting the highest number of developers. If you have encountered this issue and it is blocking for your work please contact us through the support ticketing system with details on your setup and a reference to this item.
For example: <telerikNavigation:RadCoverFlow x:Name="CoverFlow" CameraViewpoint="Top" ShowScrollbar="true/False" ScrollbarPosition="bottom/Top"> <Image Source="images/Email.png" Style="{StaticResource ImageStyle}" />
It would be very helpful to have an event on RadCoverFlow that indicated that a particular CoverFlowItem was double clicked (and indicate the logical item in a parameter).
Try to set the focus on the RadCoverFlow control in the loaded event handler using Control.Focus() method.
If ItemsSource is binded to a PagedCollectionView and this collection gets filtered, SelectedItem doesn't update. This problem is caused from the same issue with ListBox control. The XAML team has recently reviewed this issue and will not be addressing it as at this time the team is focusing on the bugs impacting the highest number of developers. If you have encountered this issue and it is blocking for your work please contact us through the support ticketing system with details on your setup and a reference to this item.