We use a Maui RadTimePicker. We regulary update the Time Property from code behind to provide the user with a meaningful starting value.
But if the popup is open, an Update of the Time Property currently changes the current user selection. It's confusing for the user if his selection get's magically changed. Potentially right before he hits ok.
From my point of view the current behaviour is a bug.
Workaround for us would be to try to detect if the popup is open and not update the Time Property in this case. But how can we detect in code if the popup is showing?
Thanks,
Karsten