Hello,
is there a way to place the tabs at the bottom of the document host? Here's my XAML. I'm not sure how to move them to the bottom.
Thanks,
Scott
<telerikDocking:RadDocking.DocumentHost>
<telerikDocking:RadSplitContainer x:Name="gridSplitterContainer">
<telerikDocking:RadPaneGroup>
<telerikDocking:RadPane CanFloat="False" Header="Tab 1" CanUserClose="False" CanUserPin="True" x:Name="gridPane">
</telerikDocking:RadPane>
<telerikDocking:RadPane CanFloat="False" Header="Tab 2" CanUserClose="False" CanUserPin="True" x:Name="gridPane2">
</telerikDocking:RadPane>
</telerikDocking:RadPaneGroup>
</telerikDocking:RadSplitContainer>
</telerikDocking:RadDocking.DocumentHost>