Added the name property for CalculationResult right/left scroll buttons on screen (#503)

* Added the property name to be shown on the Scrollable links to solve issue 482

* Added the x:uid tag for the buttons and also added the automationID

* Added two new uids keys for the left and right scroll buttons for the calculation result.
This commit is contained in:
MelulekiDube
2019-05-18 00:54:34 +02:00
committed by Stephanie Anderl
parent 0f9bd40b89
commit 00f0f25dfc
2 changed files with 13 additions and 2 deletions

View File

@@ -3387,4 +3387,12 @@
<value>Pyeong</value>
<comment>A measurement unit for area.</comment>
</data>
<data name="CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
<value>Scroll Calculation Result Left</value>
<comment>Automation label for the "Scroll Left" button that appears when a calculation result is too large to fit in calculation result text box.</comment>
</data>
<data name="CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
<value>Scroll Calculation Result Right</value>
<comment>Automation label for the "Scroll Right" button that appears when a calculation result is too large to fit in calculation result text box.</comment>
</data>
</root>