Hi Mikkel,
Yes, you can achieve this very easy. Just put the RadOutlookBar and the RadPanelBar in separate RadPanes in RadPaneGroup and a SplitContainer. You can then set the
InitialPosition property of the SplitContainers to
DockedLeft and
DockedRight. Accordingly, the RadDockingGroup will be also in a separate SplitContainer. In that way you will be able to resize them.
You can make the panes not closable, by setting the
CanUserClose property to
False, and remove their headers as explained in
this help article. You can also set the attached property
telerik:DockingPanel.InitialSize to the SplitContainer to fit your requirements.
Hope this information is helpful. Please let us know if you were able to achieve your goal.
Best wishes,
Konstantina
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>