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

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -