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

Header Issues again...

2 Answers 37 Views
AutocompleteBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Morgan
Top achievements
Rank 1
Iron
Morgan asked on 08 Feb 2013, 02:05 AM
Header is indented on its own and doesn't have the proper spacing from the control itself.  Or am I just seeing things?

2 Answers, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 08 Feb 2013, 09:55 AM
Hello Morgan,

Thanks for writing and for reporting this issue.

In our latest release we had to merge all control styles into the generic.xaml file for each control assembly as a workaround for a bug in Visual Studio which causes design time crashes with third party controls. Because of this merging it seems that the order in which static resources are referenced is wrong. We will address this but for the time being I am sending you the Header style you can use to fix the glitch with the AutoCompleteBox:

<Style x:Key="HeaderStyle" TargetType="ContentControl">
    <Setter Property="Foreground" Value="{StaticResource PhoneSubtleBrush}"/>
    <Setter Property="FontSize" Value="{StaticResource PhoneFontSizeNormal}"/>
    <Setter Property="Padding" Value="0,0,0,8"/>
    <Setter Property="HorizontalAlignment" Value="Left"/>
</Style>

Please excuse us for any inconvenience caused.

Greetings,
Deyan
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
0
Morgan
Top achievements
Rank 1
Iron
answered on 10 Feb 2013, 12:30 AM
Deyan,

Excellent Thanks for the workaround

Morgan.
Tags
AutocompleteBox
Asked by
Morgan
Top achievements
Rank 1
Iron
Answers by
Deyan
Telerik team
Morgan
Top achievements
Rank 1
Iron
Share this question
or