I am having problem, i am sort of new to WPF and have looked up many examples, i even added the Style above and below the declaration of the PropertyGrid Style. I have added the resource file in attachments what am i doing wrong?
```
<Style TargetType="{x:Type pg:PropertyGrid}">
<Style.Resources>
<!- tried added here still can't overrride the default internal "PropertyItemBase" Style for some reason.
<Style TargetType="{x:Type pg:PropertyItemBase}" BasedOn="{StaticResource {x:Type pg:PropertyItemBase}}">
</Style>
</Style.Resources>
................................................
</Style>
```
Comments: I will close the issue. Please ask for reopen if the last comment did not resolve the issue
```
<Style TargetType="{x:Type pg:PropertyGrid}">
<Style.Resources>
<!- tried added here still can't overrride the default internal "PropertyItemBase" Style for some reason.
<Style TargetType="{x:Type pg:PropertyItemBase}" BasedOn="{StaticResource {x:Type pg:PropertyItemBase}}">
</Style>
</Style.Resources>
................................................
</Style>
```
Comments: I will close the issue. Please ask for reopen if the last comment did not resolve the issue