Hi,
I use 2015 Q2. When I add mnemonic to label this way:
<
telerik:Label
Target
=
"{Binding ElementName=InputName}"
Grid.Row
=
"0"
Content
=
"_Nazwa:"
/>
<
telerik:RadMaskedTextInput
x:Name
=
"InputName"
Grid.Row
=
"0"
Grid.Column
=
"1"
/>
my label has additional margin at the beginning (space for non-existent underscore character?). Please see attached file.
When I remove underscore then label is aligned properly.
What can I do about it?