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

Inconsistent themes

1 Answer 50 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Magnus
Top achievements
Rank 1
Magnus asked on 01 Nov 2016, 07:53 AM

I've noticed that there are some differences between several controls regarding watermark styling and left padding. It becomes quite visible if you put them next to each other. The left column only contains watermarkcontent and the right one contains text. I'm using the Windows7Theme but it looks the same in several other themes aswell.

 

<StackPanel Orientation="Horizontal">
    <StackPanel Width="200" HorizontalAlignment="Left">
        <telerik:RadWatermarkTextBox Margin="3" WatermarkContent="RadWatermarkTextBox"/>
        <telerik:RadAutoCompleteBox Margin="3" WatermarkContent="RadAutoCompleteBox"/>
        <telerik:RadMaskedTextInput HorizontalAlignment="Stretch" Margin="3" EmptyContent="RadMaskedTextInput" TextMode="PlainText"/>
        <telerik:RadComboBox IsEditable="True" Margin="3" EmptyText="RadComboBox"/>
    </StackPanel>
    <StackPanel Width="200" HorizontalAlignment="Left">
        <telerik:RadWatermarkTextBox Margin="3" Text="RadWatermarkTextBox"/>
        <telerik:RadAutoCompleteBox Margin="3" SearchText="RadAutoCompleteBox"/>
        <telerik:RadMaskedTextInput HorizontalAlignment="Stretch" Margin="3" Value="RadMaskedTextInput" TextMode="PlainText"/>
        <telerik:RadComboBox IsEditable="True" Margin="3" Text="RadComboBox"/>
    </StackPanel>
</StackPanel>

1 Answer, 1 is accepted

Sort by
0
Accepted
Dinko | Tech Support Engineer
Telerik team
answered on 04 Nov 2016, 07:52 AM
Hello Magnus,

Thank you for your feedback.

We can confirm that there is an issue in the theming of the content. We logged it in our internal system and have updated your Telerik points in appreciation for reporting this. We apologize for any inconvenience this situation may have caused to you. 

Regards,
Dinko
Telerik by Progress
Do you need help with upgrading your WPF project? Try the Telerik API Analyzer and share your thoughts!
Tags
General Discussions
Asked by
Magnus
Top achievements
Rank 1
Answers by
Dinko | Tech Support Engineer
Telerik team
Share this question
or