In extToolkit Some of the controls e.g. IntegerUpDown does not have unique Automations-IDs. Is there any chance to change these ? so that I can search these control uniquely through UI Spy.
I have set the automationId (see below code ). But UI Spy is not identifying control.
<extToolkit:IntegerUpDown Value="{Binding SomeProperty}"
x:Name="x"
AutomationProperties.AutomationId="SomeAutomationId"
Minimum="{Binding Min}"
Maximum="{Binding Max}"
/>
Comments: Duplicate of 19541
Vote for 19541.
I have set the automationId (see below code ). But UI Spy is not identifying control.
<extToolkit:IntegerUpDown Value="{Binding SomeProperty}"
x:Name="x"
AutomationProperties.AutomationId="SomeAutomationId"
Minimum="{Binding Min}"
Maximum="{Binding Max}"
/>
Comments: Duplicate of 19541
Vote for 19541.