This is a migrated thread and some comments may be shown as answers.

WPF Browser as Carousel Item

2 Answers 93 Views
Carousel
This is a migrated thread and some comments may be shown as answers.
Daniel Ruehle
Top achievements
Rank 1
Daniel Ruehle asked on 02 Jun 2010, 01:17 PM
Hello,

I am using the radcarousel panel and currently I am facing problems with wpf browser element. Namely my carousel contains several frame - elements which are containing a XAML - Page, something like this:
        <ScrollViewer x:Name="carouselScrollViewer" CanContentScroll="True" VerticalScrollBarVisibility="Hidden" Margin="0"
            <telerik:RadCarouselPanel x:Name="mainMenuCarousel"  
             ItemsPerPage="3" PathPadding="0,0,0,100" d:LayoutOverrides="Width, Height" ScrollViewer.VerticalScrollBarVisibility="Hidden"
                <Frame Width="600" Height="400" Content="Frame" Source="\View\MediaPlayerView.xaml" NavigationUIVisibility="Hidden" IsEnabled="False" ScrollViewer.VerticalScrollBarVisibility="Disabled"/> 
                <Frame Width="600" Height="400" Content="Frame" Source="\View\WebBrowserView.xaml" NavigationUIVisibility="Hidden" ScrollViewer.VerticalScrollBarVisibility="Disabled"/> 
                <Frame Width="600" Height="400" Content="Frame" Source="\View\MediaPlayerView.xaml" NavigationUIVisibility="Hidden" ScrollViewer.VerticalScrollBarVisibility="Disabled" Focusable="False" IsTabStop="False"/> 
            </telerik:RadCarouselPanel> 
        </ScrollViewer> 
 
So my WebBrowserView has an wpf browser element. While scrolling radcarousel wpf browser element stays always top element although frame containing it isn't a selected item and overlaps items in foreground. Is it a common bug in wpf browser element or there is something wrong with radcarousel ?

Thank you.

2 Answers, 1 is accepted

Sort by
0
Yavor Georgiev
Telerik team
answered on 02 Jun 2010, 02:50 PM
Hello Daniel Ruehle,

 The WebBrowser control in WPF is actually the Internet Explorer core embedded in WPF airspace. Because it is actually a COM control, it does not play nice with advanced WPF scenarios, such as our Carousel Panel.

Regards,
Yavor Georgiev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Daniel Ruehle
Top achievements
Rank 1
answered on 02 Jun 2010, 03:55 PM
Hi,

I thought the same.
Thank you for your response.

Best regards,
Daniel
Tags
Carousel
Asked by
Daniel Ruehle
Top achievements
Rank 1
Answers by
Yavor Georgiev
Telerik team
Daniel Ruehle
Top achievements
Rank 1
Share this question
or