I want to use only the chooser dialog (shown below)

from the TimePicker control included in the Silverlight Toolkit for Windows Phone. Normally this dialog only appears when a user clicks on the TimePicker control listbox.

I would like to bypass the listbox altogether and launch the chooser dialog when a button is pressed.
Is this possible or would I have to create a custom control for myself.
Create class that inherited from
TimePicker, and useClickTemplateButton()to simulate click behavior:When this class is created, create
CustomPickerin xaml. Don’t forget to add xmlnsAnd then call you can show it from code: