Bound the calendar picker to the control above

This commit is contained in:
David Kheri 2019-05-15 22:53:44 +02:00
commit 47ce31cf8a

View file

@ -502,7 +502,7 @@
Grid.Row="2"
Margin="0,0,0,0"
Style="{StaticResource DateCalculation_CalendarPickerStyle}"
AutomationProperties.LabeledBy="{x:Bind AddSubtract_Date_FromLabel}"
AutomationProperties.LabeledBy="{x:Bind Date_FromLabel}"
CalendarViewStyle="{StaticResource DateCalculation_CalendarViewStyle}"
Closed="CalendarFlyoutClosed"
DateChanged="AddSubtract_DateChanged"/>