dennismagno / metroframework-modern-ui

My humble attempt to bring the new Modern UI alias Metro UI of Windows 8 to .NET Windows Forms applications.
http://dennismagno.github.io/metroframework-modern-ui
Other
861 stars 1.08k forks source link

vb.net there is no (Metro)numericupdown #44

Open Clarky3 opened 7 years ago

Clarky3 commented 7 years ago

My project needs (Metro)numericupdown, i might be blind but i do not see it along with all the metroframework controls, and sadly it looks like this project isn't maintained anymore?

dennismagno commented 7 years ago

You are not blinded. Numericupdown is not available on the control sets but can be addded.

Clarky3 commented 7 years ago

Hi Dennis that would be perfect if it can be added, also the style manager doesn't do anything for me, I want to change the style of eveything , is there a way I can set the default style for everything and the theme?

Clarky3 commented 7 years ago

Hi again @dennismagno , i also just noticed that a ListBox is not there, i would be highly grateful if you can add ListBox and Numericupdown! Thank you.

dquinter commented 6 years ago

Hi Dennis, I also need NumericUpDown control. I can be added with the MetroStyleExtender? Do you have a tutorial? Thanks