c# - Determine if datepicker is open -


i'm developing windows store app , i'm trying determine when datepicker control in open state (user can select option list), can't find option determine state of control.

when using combobox there property combobox.isdropdownopen, there no equivalent in datepicker or timepicker control.

does know how achieve same on datepicker control?

  1. select datepicker -> edit template -> edit copy
  2. add handler dropdownopened event each combobox in template

Comments

Popular posts from this blog

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -