I am having trouble changing the scrollbar style for RadCombobox, I have tried several things and nothing works, I am sure i am missing something because it works on another project.
-- Project in which it is working --
I am not using implicit style here, i have created new scroll bar style:
<Style x:Key="{x:Type ScrollBar}" TargetType="{x:Type ScrollBar}">
I have created combobox style:
<Style x:Key="RadComboBoxStyle1" TargetType="{x:Type telerik:RadComboBox}">
and i see the new scroll bar style
-- not working --
In the other project i have the same style for scrollbar and same style for Combo box, the only difference is that i am using implicit styles
<Style TargetType="{x:Type telerik:RadComboBox}" BasedOn="{StaticResource RadComboBoxStyle}">
the combo box style was suing office manager theme and i commented that out, for the project where it is working if i do not comment that it does not work, but for this project that does not help.
<telerik:StyleManager.Theme>
<telerik:Office_BlackTheme/>
</telerik:StyleManager.Theme>
Thanks
vikas
-- Project in which it is working --
I am not using implicit style here, i have created new scroll bar style:
<Style x:Key="{x:Type ScrollBar}" TargetType="{x:Type ScrollBar}">
I have created combobox style:
<Style x:Key="RadComboBoxStyle1" TargetType="{x:Type telerik:RadComboBox}">
and i see the new scroll bar style
-- not working --
In the other project i have the same style for scrollbar and same style for Combo box, the only difference is that i am using implicit styles
<Style TargetType="{x:Type telerik:RadComboBox}" BasedOn="{StaticResource RadComboBoxStyle}">
the combo box style was suing office manager theme and i commented that out, for the project where it is working if i do not comment that it does not work, but for this project that does not help.
<telerik:StyleManager.Theme>
<telerik:Office_BlackTheme/>
</telerik:StyleManager.Theme>
Thanks
vikas