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

Selected item header not showing up. FYI

1 Answer 42 Views
OutlookBar
This is a migrated thread and some comments may be shown as answers.
Mark Shaw
Top achievements
Rank 1
Mark Shaw asked on 05 Mar 2010, 02:20 PM
Just an FYI. In case anyone else runs into this.

When upgrading to the latest release you changed the name of the header content control element. This resulted in the selected header not showing up after the upgrade. This was a rough one to track down but here is the change.

Need to rename the content control "HeaderElement" to "TitleElement".

In the control template for the OulookBar...

Before upgrade:
<ContentControl x:Name="HeaderElement" HorizontalContentAlignment="Stretch" IsTabStop="False" VerticalContentAlignment="Stretch" Margin="5,7,5,5" ContentTemplate="{TemplateBinding TitleTemplate}"/> 

After Upgrade
<ContentControl x:Name="TitleElement" HorizontalContentAlignment="Stretch" IsTabStop="False" VerticalContentAlignment="Stretch" Margin="5 3 5 3" ContentTemplate="{TemplateBinding TitleTemplate}"/> 

1 Answer, 1 is accepted

Sort by
0
Kiril Stanoev
Telerik team
answered on 09 Mar 2010, 08:44 AM
Hi Mark,

Thank you for your feedback. Let us know if you encounter any further inconsistencies.

Regards,
Kiril Stanoev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
OutlookBar
Asked by
Mark Shaw
Top achievements
Rank 1
Answers by
Kiril Stanoev
Telerik team
Share this question
or