calculator/src
Rudy Huyn 0d31d5a5a2 Fix UI issues with UnitConverter in RtL (#410)
Fix #409 - Some content in Currency Converter not right-aligned properly in RtL
Fix #59 Currency symbol precedence is opposite of system setting in RTL languages

Description of the changes:
Add a property FlowDirectionHorizontalAlignment in UnitConverter to align some controls to the right (without modifying the FlowDirection of their parent items)
Force FlowDirection of Value1Container and Value2Container to LeftToRight (but align panels to the right)

How changes were validated:
Tested with LtR and RtL languages and with currency symbols on the left and on the right.
2019-04-19 18:37:50 -07:00
..
build Hello GitHub 2019-01-28 16:24:37 -08:00
CalcManager Compile CalcManager project with or without precompiled headers (#436) 2019-04-17 17:28:45 -07:00
Calculator Fix UI issues with UnitConverter in RtL (#410) 2019-04-19 18:37:50 -07:00
CalculatorUnitTests Fix test code that never executes (#465) 2019-04-18 17:05:44 -07:00
CalcViewModel Decrease CPU usage of OverflowTextBlock + optimization (#403) 2019-04-18 15:21:33 -07:00
Calculator.sln Remove .editorconfig from sln (#290) 2019-03-13 12:50:23 -07:00
nuget.config updating nuget.org source to point to V3 (#129) 2019-03-07 07:33:22 -08:00
Settings.XamlStyler Hello GitHub 2019-01-28 16:24:37 -08:00