Hello,
I am using a PropertyGrid control but I need it to be very small, I set its FontSize property to 9 and I tried to change the Height property of the PropertyGridField by using a style:
<Style TargetType="telerik:PropertyGridField">
Setter Property="Height" Value="18" />
</Style>
When I do that, the controls within the PropertyGridField don't adjust and they look kind of odd. I am attaching an image showing the result.
Is there a way to accomplish what I am trying to do?
Thanks in advance,
Alberto