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 96 MaterialSkin issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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,...

bug

Hello, I noticed the word wrapping is missing for the material button ![image](https://user-images.githubusercontent.com/46426257/75037112-b7568000-54b3-11ea-9ac9-26eee6a7de52.png)

enhancement
good first issue
Visual

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,...

bug
Visual

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...

Visual

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...

bug
enhancement
help wanted
High Priority
Visual

Weirdly, buttons shadows won't display if they are not contained in a tabSelection. ![image](https://user-images.githubusercontent.com/1643465/80408357-aef03c00-888c-11ea-9c27-d23dc7cfde25.png)

bug
Visual

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...

enhancement
for discussion
Visual

I tried changing it to transparent, or to some color, but it only shows in light gray. Is there a setting I am overlooking? ![image](https://user-images.githubusercontent.com/60372413/73227612-a6775080-4139-11ea-87a3-34d54c3ccddb.png)

enhancement
Visual

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...

bug