This question is locked. New answers and comments are not allowed.
We use telerik themes.
I would like to add a setter to the ScrollViewer Style, but keep the telerik style too.
What is the simplest way to achieve this?
I tried the following without success :
<Style TargetType="ScrollViewer">
<Setter Property="Padding" Value="20" />
</Style>
Any easy way?
I would like to add a setter to the ScrollViewer Style, but keep the telerik style too.
What is the simplest way to achieve this?
I tried the following without success :
<Style TargetType="ScrollViewer">
<Setter Property="Padding" Value="20" />
</Style>
Any easy way?