This question is locked. New answers and comments are not allowed.
Hi Guys,
I trying to find a way to flip the RadPaneGroup from one side to another, meaning I have in my xaml this scenario:
When is render the RadGroupPanel1 is on the left side of the window and RadGroupPanel2 is on the right side of the window.
What I need to know if there is a way by code behind to set the RadGroupPanel2 to the left, and theRadGroupPanel1 to the right? The both just flip the sides.
Thank you
I trying to find a way to flip the RadPaneGroup from one side to another, meaning I have in my xaml this scenario:
<telerik:RadDocking Name="RadDockingNew" HasDocumentHost="False" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" BorderThickness="0" Padding="0"> <telerik:RadSplitContainer x:Name="rscMainContent" HorizontalAlignment="Stretch" VerticalAlignment="Stretch"> <telerik:RadPaneGroup Name="RadGroupPanel1"> <telerik:RadPane></telerik:RadPane > </telerik:RadPaneGroup> <telerik:RadPaneGroup Name="RadGroupPanel2"> <telerik:RadPane></telerik:RadPane> </telerik:RadPaneGroup> </telerik:RadSplitContainer> </telerik:RadDocking>When is render the RadGroupPanel1 is on the left side of the window and RadGroupPanel2 is on the right side of the window.
What I need to know if there is a way by code behind to set the RadGroupPanel2 to the left, and theRadGroupPanel1 to the right? The both just flip the sides.
Thank you