Hi,
On the left column of the propertyGrid, the text is centered and I want aligning it to the left, is this possible ?
I use the install by Nuget so I can't access directly to the code for probably change default values.
I was looking for something like that :
Thanks a lot for your answer if you have it.
On the left column of the propertyGrid, the text is centered and I want aligning it to the left, is this possible ?
I use the install by Nuget so I can't access directly to the code for probably change default values.
I was looking for something like that :
<Style TargetType="{x:Type xctk:PropertyGridEditorTextBox}">
<Setter Property="TextAlignment" Value="Left" />
</Style>
But I haven't found what was the name for the propertyName label.Thanks a lot for your answer if you have it.