MaterialSkin
MaterialSkin copied to clipboard
Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.
Hello, I tried to start a test MaterialSkin-WinForms TestApp on my Raspberry Pi. Unfortunatelly I only get the error System.EntryPointNotFoundException: AddFontMemResourceEx ... Is it possible to get MaterialSkin running under...
Hello everybody! I am trying to use a little mod that makes windows "stick" to each other, or to the edges of the screen. The mod is called [StickyWindows](https://github.com/thoemmi/StickyWindows) However,...
Hello, I noticed the word wrapping is missing for the material button 
Hi, I'm facing a strange behavior on listviews, with the column name font size. When creating a new Listview, each item line size is really small, so following your example,...
I'm facing a strange bug using the default layout panel. When embedding controls inside of it, and then commiting a change to the materialSkinManager, all the lines seems to put...
Hi! I tried to build your library with my Net Core 3.1 app (since they introduce WinForms for it) and have some differences with control positioning/size compared to build for...
Weirdly, buttons shadows won't display if they are not contained in a tabSelection. 
Current solution uses the Microsoft's GDI(+) library to draw the components, this is outdated. One option is to ditch the GDI and use the Google's Skia lib instead, a mono-compatible...
I tried changing it to transparent, or to some color, but it only shows in light gray. Is there a setting I am overlooking? 
Hi, I got another funny bug the last week. When your Form that you show with the method `xxx.ShowDialog()` contain a TextBox with the property password to true and if...