Hi,
I created a form that has RadMaskedTextInput, CheckBox and PasswordBox.
I am using noxaml binaries and added styles for native wpf windows controls this way:
<ResourceDictionary> <ResourceDictionary.MergedDictionaries> <ResourceDictionary Source="pack://application:,,,/Telerik.Windows.Themes.Windows8;component/Themes/System.Windows.xaml"/> <ResourceDictionary Source="pack://application:,,,/Telerik.Windows.Themes.Windows8;component/Themes/Telerik.Windows.Controls.xaml"/> <ResourceDictionary Source="pack://application:,,,/Telerik.Windows.Themes.Windows8;component/Themes/Telerik.Windows.Controls.Input.xaml"/> <ResourceDictionary Source="Resources/CommonStyles.xaml"/> </ResourceDictionary.MergedDictionaries></ResourceDictionary>CheckBox is styled correctly. Unfortunately PasswordBox is not. It has smaller height and a border that looks strange. See Image here:
Is there a better way than setting form, removing border ?
Thanks,
Ćukasz