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

# Font doesn't change. For example changing the font size, font family, etc in the properties, it do applies in the design view but when the code runs it ain't...

I was trying to change the font properties font size material check box but I could not, kindly post your replies.

Hi, I've used the materialTabSelector with materialTabControl. When I change the the tab via code on the materialTabControl, the selector just updates the color of the text but does not...

bug

Hello, how is it possible to set an image to a ListView Column? I've tried it with SmallImageList as I do it always with the "normal" ListView... Best regards!

Hi, I set my color scheme to Grey100 as darkPrimary. `SkinManager.ColorScheme= new MaterialSkin.ColorScheme(MaterialSkin.Primary.Purple400, MaterialSkin.Primary.Grey100, MaterialSkin.Primary.Blue500, Accent.Orange700, MaterialSkin.TextShade.BLACK);` But the maximise minimize and close buttons are white in color and not...

Hello, today i found a curious "bug", i think. I wanted to make some Placeholders in my Textfields, so i crashed into my first Problem. Changing the ForeColor in the...

![image](https://user-images.githubusercontent.com/45168225/93037781-cc744580-f675-11ea-9d41-73497469a320.png) #####The version is... 404.....I found many components has the problem,I can not change the font color of them. Meow! ![image](https://user-images.githubusercontent.com/45168225/93038070-997e8180-f676-11ea-9dbf-8d236afc5a88.png)

Add Floating action button control with ripple and show/hide animations

Hi guys, im using this library for my C# project and all works fine except the MaterialComboBox. The text seems fine, but if i move the mouse over the items...