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

How to show the Header when I set TabStripPlacement on Top

2 Answers 51 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Ramy
Top achievements
Rank 1
Ramy asked on 05 Nov 2013, 02:48 AM
I tried to modify the template of RadPaneGroup in Blend in order to implement the outlook as the attach file, the TabStripPlacemenrt is set to Top, at the same time I want the header visible, but default when I set the TabStripPlacement on Top the Header is invisible. Can anyone help me with this problem to implement the outlook as the attachment.

2 Answers, 1 is accepted

Sort by
0
Masha
Telerik team
answered on 07 Nov 2013, 09:23 AM
Hello Ramy,

The header is intentionally removed from the template when pane position is set to top.  You can easily show it like adding the code snipped below to the RadPaneGroup top control template:
<Border Grid.Row="0" Visibility="{Binding RelativeSource={RelativeSource TemplatedParent}, Path=SelectedItem.PaneHeaderVisibility}">
            <dock:PaneHeader x:Name="HeaderElement" Grid.Row="0" MinHeight="16" SelectedPane="{TemplateBinding SelectedPane}" />
</Border>

I hope it helps.

Regards,
Masha
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Ramy
Top achievements
Rank 1
answered on 08 Nov 2013, 12:02 AM
Thanks for your kindly help of this. I will have a try. Thanks a lot!
Tags
Docking
Asked by
Ramy
Top achievements
Rank 1
Answers by
Masha
Telerik team
Ramy
Top achievements
Rank 1
Share this question
or