This question is locked. New answers and comments are not allowed.
Hi,
I am trying to populate middle, for that I have used documentHost, but I am facing an issue the Titlebar of the RadPane get converted to the tab.
Thanks
H@rdik Pancholi
I am trying to populate middle, for that I have used documentHost, but I am facing an issue the Titlebar of the RadPane get converted to the tab.
<telerik:RadDocking AllowUnsafeMode="True" telerikQuickStart:ThemeAwareBackgroundBehavior.IsEnabled="True" Grid.Column="0" Grid.Row="0" BorderThickness="0" Padding="0"> <telerik:RadDocking.DocumentHost> <telerik:RadSplitContainer> <telerik:RadPaneGroup telerik:ProportionalStackPanel.RelativeSize="600, 200" > <telerik:RadPane Header="Pane Left 2" Content="Pane Left 2"/> </telerik:RadPaneGroup> <telerik:RadPaneGroup telerik:ProportionalStackPanel.RelativeSize="600, 200"> <telerik:RadPane Header="Pane Left 3" Content="Pane Left 3" /> </telerik:RadPaneGroup> </telerik:RadSplitContainer> </telerik:RadDocking.DocumentHost> <telerik:RadSplitContainer Orientation="Vertical" InitialPosition="DockedRight"> <telerik:RadPaneGroup telerik:ProportionalStackPanel.RelativeSize="150, 200"> <telerik:RadPane Header="Pane Right 1" > </telerik:RadPane> </telerik:RadPaneGroup> <telerik:RadPaneGroup telerik:ProportionalStackPanel.RelativeSize="250, 200"> <telerik:RadPane Header="Pane Right 2"> </telerik:RadPane> </telerik:RadPaneGroup> <telerik:RadPaneGroup telerik:ProportionalStackPanel.RelativeSize="250, 200"> <telerik:RadPane Header="Pane Right 3"> </telerik:RadPane> </telerik:RadPaneGroup> </telerik:RadSplitContainer> </telerik:RadDocking>
Thanks
H@rdik Pancholi