TimePicker #2683
TimePicker
#2683
-
Hello I would like to create new time picker when I press a button could you help me-> C# XAML I expect something like TimePicker picker = new TimePicker() |
Beta Was this translation helpful? Give feedback.
Answered by
ElieTaillard
May 10, 2022
Replies: 1 comment
-
Create instance:
Open picker:
You can put this code in the button click event. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ElieTaillard
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create instance:
Open picker:
You can put this code in the button click event.