I'm using MetroFramework to write a C# Metro WinForm project, and I'm having issues getting a loading icon (class metroProgressSpinner
) to display when creating a new form.
The following screenshot is a code snippet:
The following gif shows the current result:
When I remove create Form code
_editor = new Editor(this);
_editor.Show();
The icon works well