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

Dock Panel Title visibility

1 Answer 68 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Hardik
Top achievements
Rank 1
Hardik asked on 31 Jan 2012, 09:33 AM
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.

 <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

1 Answer, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 03 Feb 2012, 08:54 AM
Hi Hardik,

Sorry, but I cannot understand what is the problem - could you please elaborate more on the issue. Sending us some screenshots will be really helpful.

Kind regards,
Konstantina
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Tags
Docking
Asked by
Hardik
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Share this question
or