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

Hi, When i send a text to MaterialSnackBar its appear like TopMost all the windows. Is it possible to fix this ? I already changed to TopMost false MaterialSnackBar form...

Neither works : Hide, Show or does not have Enabled property. Only TabPages.RemoveAt(tabindex) works.

I have two forms in my project frmContactList and frmContact. When I start the program it will show frmContact then i will click Create button to show frmContact. The problem...

In net6 the drawer doesn't show the icons it shows the bar where the icons should be, the tabs in design time shows the icons, but when running the don't.

I'm unable to get the menu to work correctly. Even when I open the demo it doesn't work. The menu doesn't show up at all when I run either mine...

help wanted

System.MissingMethodException: Method not found: 'Int32 System.Runtime.InteropServices.Marshal.SizeOf(!!0)'. at NativeTextRenderer.DrawTransparentText(IntPtr fontHandle, String str, Color color, Point point, Size size, TextAlignFlags flags, Boolean multilineSupport) at NativeTextRenderer.DrawTransparentText(String str, IntPtr LogFont, Color color, Point point,...

Hello, I'm developing a password manager and i encounter problem with it. As you can see in the following [gif](https://gifyu.com/image/SLdos), I'm using a database file encrypted by password and i...

Hello, I have just installed MaterialSkin in a Windows Forms Application project created with VS 2017. I have added a MaterialSingleLineTextField''on which I wanted to change the fore color, but...

This is based on the work done by [donaldsteele](https://github.com/donaldsteele/MaterialSkin) I've added some controls, improved others and fixed bugs If you just can't wait for the PR to be merged, grab...

I can change the font size in the properties panel, but the font size cannot change when running. ![image](https://user-images.githubusercontent.com/33210483/59558526-c6348b00-9026-11e9-8755-0eca83553d58.png) The form in VisualStudio ![image](https://user-images.githubusercontent.com/33210483/59558529-e49a8680-9026-11e9-8d3b-4f0d60c20769.png) The running form