-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.
-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.