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

MaterialProgressBar vertical #1

Closed
ghost opened this issue Oct 20, 2016 · 2 comments
Closed

MaterialProgressBar vertical #1

ghost opened this issue Oct 20, 2016 · 2 comments

Comments

@ghost
Copy link

ghost commented Oct 20, 2016

Hello,

I'm wondering if it is possible use the component MaterialProgressBar vertical?

I tried to create a class that inherites the MaterialProgressBar class, and override CreateParams method, like this:
`
protected override System.Windows.Forms.CreateParams CreateParams
{
get
{
System.Windows.Forms.CreateParams cp = base.CreateParams;

            cp.Style |= 0x04;

            return cp;
        }
    }

`

But isn't work.
What i'm doing wrong?
Regards,
Weslley

@glm9637
Copy link
Owner

glm9637 commented Oct 21, 2016

Hi,
I´ve reworked the Progressbar, so now you can set it´s Orientation and the Direction, from which the bar should expand.
Also I´ve added an Indertimate Style, if you need id.

Regards,
glm9637

@glm9637 glm9637 closed this as completed Oct 21, 2016
@ghost
Copy link
Author

ghost commented Oct 25, 2016

UOU! Amazing, my friend.

Thanks a lot!

Regards,
Weslley

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