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

radDocking with pane "docked center"

1 Answer 50 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Marco
Top achievements
Rank 1
Marco asked on 20 Dec 2011, 08:23 AM
i would know if exist the possibility to dock a pane in the center.. at the moment in the DockState enum of RadDocking class exist this enum:
DockedLeft = 0,
        DockedBottom = 1,
        DockedRight = 2,
        DockedTop = 3,
        FloatingDockable = 4,
        FloatingOnly = 5

As you can see, "Docked center" is not present.. is there a way to implement it?
Thanks, 
Marco

1 Answer, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 20 Dec 2011, 04:17 PM
Hi Marco,

In order to implement this, you will have to find the Pane and add it to a PaneGroup in the DocumentHost. You can find explanation how to add Panes programmatically in this help article.

Hope this helps.

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