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

Vertical Docking for RadSplitContainer

3 Answers 82 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Anitha
Top achievements
Rank 1
Anitha asked on 11 Sep 2012, 07:10 AM
Hi All,

      How to make a StackPanel dockable vertically.

Thanks in Advance.

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 11 Sep 2012, 08:00 AM
Hi Anitha,

I suppose you want to show the RadPanes in the RadSplitter vertically. Try setting Orientation property of RadSplitter to Vertical.

ASPX:
<telerik:RadSplitter ID="RadSplitter1" runat="server" Orientation="Vertical" >
    .................
</telerik:RadSplitter>

Please elaborate your scenario if it doesn't helps.

Regards,
Princy.
0
Anitha
Top achievements
Rank 1
answered on 11 Sep 2012, 10:50 AM
I am using:

 

 

 

<telerik:RadDocking>

 

 

 

 

 

<telerik:RadDocking.DocumentHost>

 

 

 

 

 

<telerik:RadSplitContainer>

 

 

 

 

 

<telerik:RadPaneGroup FontSize="10" >

 

 

 

 

<telerik:RadPane Header="" >

 

 

 

 

<StackPanel Orientation="Vertical" Background="white" >

 



<telerik:RadSplitter ID="RadSplitter1" runat="server" Orientation="Vertical" >
.................
</telerik:RadSplitter>

is not working for me, could not find "telerik:RadSplitter"

Thanks
0
Princy
Top achievements
Rank 2
answered on 12 Sep 2012, 04:33 AM
Hi Anitha,

After inspecting your code I found out that you are not using RadControls for ASP.NET AJAX. I suppose you are using Silverlight. Please post this thread in the Silverlight forum.

Hope this helps.

Regards,
Princy.
Tags
General Discussions
Asked by
Anitha
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Anitha
Top achievements
Rank 1
Share this question
or