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

RadPaneGroup TabStripPlacement Left

1 Answer 63 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Mohammed
Top achievements
Rank 1
Mohammed asked on 03 Jan 2017, 01:27 PM
-I am using telerik WPF Docking controls
-I added a RadSplitContainer and RadPaneGroup inside it.

-Setting the property TabStripPlacementent ="Left" is not working.

-Below is the code used:

 <telerik:RadSplitContainer InitialPosition="DockedLeft">
                <telerik:RadPaneGroup TabStripPlacement="Left"  />
</telerik:RadSplitContainer>


Please advice.

1 Answer, 1 is accepted

Sort by
0
Nasko
Telerik team
answered on 06 Jan 2017, 09:46 AM
Hi Mohammed,

The TabStripPlacement property is inherited from the TabControl and it is not supported by the Docking control - it is not implemented in the RadPaneGroup's source code so it doesn't work with the control.

However, in order to achieve the desired appearance you can modify the default Template of RadDocking. Please, check the attached sample that demonstrates what modification need to be made in the LeftTemplate of the PaneGroup in order the Panes to be visualized left as expected.

Hope this helps.


Regards,
Nasko
Telerik by Progress
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
Tags
Docking
Asked by
Mohammed
Top achievements
Rank 1
Answers by
Nasko
Telerik team
Share this question
or