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

RadDocking with ActiveX UserControl

2 Answers 68 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Florian
Top achievements
Rank 1
Florian asked on 21 Apr 2011, 01:29 PM
Hi,

I have an issue with the WPF RadDocking Control (Version Q3 2010). 

I implement the RadDocking on my Window, some RadPane contains Usercontrol.

Here's the XAML :
<telerikDocking:RadSplitContainer InitialPosition="DockedLeft" Orientation="Vertical">
                    <telerikDocking:RadPaneGroup>
                        <telerikDocking:RadPane Header="Overview" CanUserClose="False" >
                            <my:OverviewControl  Margin="5 5 5 5" x:Name="ucPlanSituation"/>
                        </telerikDocking:RadPane>
                    </telerikDocking:RadPaneGroup>
 
                    <telerikDocking:RadPaneGroup>
                        <telerikDocking:RadPane Header="Légende" CanUserClose="False"  >
                            <my:TocControl Margin="5 5 5 5" x:Name="ucLegende"/>
                        </telerikDocking:RadPane>
                    </telerikDocking:RadPaneGroup>
 </telerikDocking:RadSplitContainer>

My two usercontrols (TocControl and OverviewControl) have some ActiveX controls nested inside. When the pane is docked it displays perfectly but as soon as I pin or make it floating it doesn't display anymore.

Do you know a workaround to fix this issue ? 

Thank you and I wish you a great day.


2 Answers, 1 is accepted

Sort by
0
Florian
Top achievements
Rank 1
answered on 21 Apr 2011, 01:35 PM
Actually I think it's because I use a WindowFormHost in my UserControl... I guess it's some kind of transparency wich make all this not working.
0
George
Telerik team
answered on 27 Apr 2011, 09:05 AM
Hi Florian,

 
We are aware of this issue. We use a big transparent window to host the floating panes which causes the problem. Please, refer to the following forum thread - http://www.telerik.com/community/forums/wpf/docking/wpf-frame-control-not-visible-in-floating-window.aspx

I hope this helps.

Kind regards,
George
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
Tags
Docking
Asked by
Florian
Top achievements
Rank 1
Answers by
Florian
Top achievements
Rank 1
George
Telerik team
Share this question
or