There's currently no way to open the date picker programmatically, besides patching the source code of the toolkit & recompiling.
The DateTimePickerBase's OnDateButtonClick method is marked private not protected, so even the inheritance doesn't help. Reflection is basically unavailable on WP7.
Using visual tree helper I can easily get the button part, however in WP7 there's no way to programmatically click a button.
The DateTimePickerBase's OnDateButtonClick method is marked private not protected, so even the inheritance doesn't help. Reflection is basically unavailable on WP7.
Using visual tree helper I can easily get the button part, however in WP7 there's no way to programmatically click a button.