MaterialSkin icon indicating copy to clipboard operation
MaterialSkin copied to clipboard

Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.

Results 113 MaterialSkin issues
Sort by recently updated
recently updated
newest added

add SetRoboFontSiz(float size) function to chnge the Label Font size Property

I am looking for a solution which I can set fonts from property window, doing it code and can't set it for the different label is looking limited though. any...

Just added the ReadOnly property in the control

i have found 2 Compiler errors. Controls/MaterialSingleLineTextField.cs Line 25: public new int MaxLength -> Error Fix: public int MaxLength -> No Error Line 39: public void Focus() -> Error Fix:...

I use the MaterialRadioButton in my form. Everything else take Tab-Order but in case of MaterialRadioButton it doesn't show that it's currently focused control. Things like Textbox show color in...

Hi, I am using MaterialForm and I found a bug, while the form is running if I move the cursor to the border appears the arrows resize cursor and then...

When i am trying to focus an element on my windows form, like a textbox for example, the variable Focused is not changing and the focus does not work.

I am using Visual Studio 2013. I have some issues with changing the background image of such buttons. I manually tried to display image, but it does not gests displayed....

First of all, to be clear, this isn't exactly an issue. This is for deciding which controls to make next. I wanted to give everyone insight on what there is...

question