or
<t:RadPdfViewer Grid.Row="1" x:Name="PdfViewer" DocumentSource="{Binding Uri}" PreviewKeyDown="PdfViewer_OnPreviewKeyDown" DocumentChanged="PdfViewer_OnDocumentChanged"/>
<tt:RadDocking DragDropMode="Deferred" HasDocumentHost="False"> <tt:RadSplitContainer> <tt:RadPaneGroup> <tt:RadPane Header="Pane 1" /> </tt:RadPaneGroup> </tt:RadSplitContainer> <tt:RadSplitContainer Orientation="Vertical"> <tt:RadPaneGroup> <tt:RadPane Header="Pane 2" /> </tt:RadPaneGroup> <tt:RadPaneGroup tt:ProportionalStackPanel.RelativeSize="100,25"> <tt:RadPane Header="Pane 3" /> </tt:RadPaneGroup>
</tt:RadSplitContainer></tt:RadDocking>