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

RadDockPanel Help

1 Answer 58 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Patrick
Top achievements
Rank 2
Patrick asked on 10 Jan 2013, 07:15 PM
I am trying to get my Expander control to appear on top of my Windows Forms Host on my main page and have the Windows Forms Host Fill all remaining area.

However, the Expander appears to the side of it, not on top.  

Here is, basically, what I have so far.  I left out the extra stuff.

   
<telerik:RadDockPanel x:Name="LaunchScreenDockPanel" LastChildFill="True">
        <telerik:RadExpander x:Name="UserInfo" ExpandDirection="Up" IsExpanded="True"></telerik:RadExpander>
        <WindowsFormsHost HorizontalAlignment="Stretch" Name="windowsFormsHost1" VerticalAlignment="Stretch" >          
            <wincontrols:RadPanorama x:Name="LaunchPadPanorama" Size="200,400" RowsCount="2" MinimumColumns="2" ShowGroups="True" Dock="Fill">

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 15 Jan 2013, 03:48 PM
Hi Patrick,

 
I am not sure I understand the given scenario. Could you please explain where do you want to place the RadExpander control? If you could send us a screenshot where the expander should appear, it will be of great help.

Greetings,
George
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
General Discussions
Asked by
Patrick
Top achievements
Rank 2
Answers by
George
Telerik team
Share this question
or