Skip to content
New issue

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

DateTime ShowUpDown #75

Open
Miels opened this issue Jul 20, 2018 · 5 comments
Open

DateTime ShowUpDown #75

Miels opened this issue Jul 20, 2018 · 5 comments

Comments

@Miels
Copy link

Miels commented Jul 20, 2018

The ShowUpDown Function is not work.
noname
Any suggestions?

@mercedesmiguel01
Copy link

mercedesmiguel01 commented Aug 2, 2018 via email

@thomasmcneill
Copy link

Is there any status on the ShowUpDown? In my case the down arrow is still present and it shows the calendar when alI want is time.

@martinslae
Copy link

ShowUpDown tem um bug. Ele não aparece.
Quando preciso usar um controle de Hora não da pra usar o metroframework, tem que ser o padrão do windowsForms mesmo. Infelizmente

@xorrot16
Copy link

its because its Disabled!

replace the method ShowUpDown with these lines in MetroDateTime.cs:

    public new bool ShowUpDown
    {
        get { return base.ShowUpDown; }
        set { base.ShowUpDown = value; }
    }

@xorrot16
Copy link

I did a pull request #134

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants