You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to increase the popup size of the TimePicker (maybe even override it in future). For example, this is easily achievable with the Calendar control:
The problem is that MahApps.Styles.TimePickerBase is missing.
Second, I’d like to have more modularity. For example, it would be great if the popup could have a separate style that you could easily override, like:
<mah:TimePicker PopupStyle={...}>
Otherwise, you need to copy and paste the entire DateTimePicker.xaml.
The text was updated successfully, but these errors were encountered:
Describe the feature
I want to increase the popup size of the TimePicker (maybe even override it in future). For example, this is easily achievable with the Calendar control:
However, it’s much harder with the TimePicker. First of all, you can't do this:
The problem is that
MahApps.Styles.TimePickerBase
is missing.Second, I’d like to have more modularity. For example, it would be great if the popup could have a separate style that you could easily override, like:
Otherwise, you need to copy and paste the entire
DateTimePicker.xaml
.The text was updated successfully, but these errors were encountered: