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

How to Use MetroProgress Spinner #77

Open Engineerumair opened 5 years ago

Engineerumair commented 5 years ago

I am using combox box, so I need to show progress spinner when I change selection in combo box and hide when data is properly showed on grid view.

Thanks.