VisualStyle and AccessText

Hi,

I am using the following in my project (Standard WPF window) to set an AccessText for a TextBox:

<Label Target="{Binding ElementName=MyTextBox}">_Test</Label>
<TextBox x:Name="MyTextBox"></TextBox>

When I apply a VisualStyle to this Window the _ is shown in the Label and the access key is not working:

SkinStorage.SetVisualStyle(this, "Office2010Blue");

Is there a workaound to get the access key working with a Label and a VisualStyle?

Thanks,

Kurt

1 Reply

MS Mariappan S Syncfusion Team March 16, 2016 12:13 PM UTC

Hi Kurt,

We were able to reproduce the issue and have logged defect report regarding this. A support incident to track the status of this defect has been created under your account. Please log on to our support website to check for further updates

https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents

Please let me know if you have any questions.

Regards,
Mariappan S

Loader.
Up arrow icon