I'm developing a Windows Store App and I'm trying to determine when the datepicker control is in open state (user can select a option from the list), but i can't find a option to determine this state of the control.
When using the ComboBox there is a property ComboBox.IsDropDownOpen
, but there is no equivalent in the DatePicker or the TimePicker control.
Does anyone know how i could achieve the same on a datepicker control?