We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I use TimePicker and want to get rid of the clock by using IsClockVisible="False". TimePicker is not working at all.
Just create TimePicker: <mah:TimePicker IsClockVisible="False" Width="120" Height="22"/>
Expected result: TimePicker should be shown without a big clock.
MahApps.Metro version: v2.4.3 and v2.4.4 have this bug either Win10 Visual Studio: 2017 Target Framework: .Net Framework v4.7.2
The text was updated successfully, but these errors were encountered:
Fix bug MahApps#4083
c331d4e
Setting IsClockVisible=false on the TimePicker should not hide the HoursMinutesSeconds picker. Only the clock should be hidden
(MahApps#4083) Fix IsClockVisible for DateTimePicker and TimePicker
a093344
Setting IsClockVisible=false on the TimePicker should not hide the HoursMinutesSeconds picker. Only the clock should be hidden.
Merge pull request #4087 from pastukh0v/Fixing_issue_4083
0914c1f
Fix bug #4083
135c2d8
Successfully merging a pull request may close this issue.
When I use TimePicker and want to get rid of the clock by using IsClockVisible="False". TimePicker is not working at all.
Just create TimePicker:
<mah:TimePicker IsClockVisible="False" Width="120" Height="22"/>
Expected result:
TimePicker should be shown without a big clock.
MahApps.Metro version: v2.4.3 and v2.4.4 have this bug either
Win10
Visual Studio: 2017
Target Framework: .Net Framework v4.7.2
The text was updated successfully, but these errors were encountered: