How to show DatePicker & TimePicker controls over the Popop that contains them?
问题 I'm trying to create a popup with Windows Phone Toolkit DatePicker & TimePicker, with the following XAML: <Popup x:Name="MyPopup"> <Border BorderThickness="2" Margin="10" BorderBrush="{StaticResource PhoneAccentBrush}"> <StackPanel> <toolkit:DatePicker Name="datePicker" /> <toolkit:TimePicker Name="timePicker"/> </StackPanel> </Border> </Popup> This works, but every time I click either of them, they are rendered under the popup, e.g. I can't figure out any way to hide the Popup while