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

Dectecting DocumentPane added/remove events

1 Answer 32 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Rajesh
Top achievements
Rank 1
Rajesh asked on 19 May 2011, 02:48 PM

Hi

Attached image display the DocumentHost and Other RadPaneSplitContainers with RadPaneGroup items.

The tab orientation for the tab is set to "Top". Some how the tabs are not displayed similar to the DocumentHost Tab's.

Can you provide me the correct template, which displays the tabs properly.

PS : Sorry, the title is not correct, it should be "Position  of Tabs Orientation in RadGroupPane".

-Rajesh


1 Answer, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 24 May 2011, 10:34 AM
Hello Rajesh,

The TabStripPlacement property is inherited from the TabControl and it is not supported in RadDocking control. We will consider implementing it in future release. If you want all the Panes to look like the document panes, I can suggest you to put all the groups in the DocumentHost and arrange them, like so:

<telerik:RadDocking.DocumentHost>
              <telerik:RadSplitContainer>
                  <telerik:RadSplitContainer InitialPosition="DockedLeft">
                      <telerik:RadPaneGroup>
                          <telerik:RadDocumentPane Header="Main Document" >
                              <Canvas />
                          </telerik:RadDocumentPane>
                      </telerik:RadPaneGroup>
                  </telerik:RadSplitContainer>
                  <telerik:RadSplitContainer Orientation="Vertical">
                      <telerik:RadSplitContainer InitialPosition="DockedTop">
                      <telerik:RadPaneGroup >
                          <telerik:RadDocumentPane Header="Side Document">
                              <ComboBox />
                          </telerik:RadDocumentPane>
                      </telerik:RadPaneGroup>
                      </telerik:RadSplitContainer>
                      <telerik:RadSplitContainer InitialPosition="DockedBottom">
                          <telerik:RadPaneGroup>
                              <telerik:RadDocumentPane Header="Bottom"/>
                          </telerik:RadPaneGroup>
                      </telerik:RadSplitContainer>
                  </telerik:RadSplitContainer>
              </telerik:RadSplitContainer>
          </telerik:RadDocking.DocumentHost>

Hope this helps.

All the best,
Konstantina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Docking
Asked by
Rajesh
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Share this question
or