MaterialSkin
MaterialSkin copied to clipboard
Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.
Hello, great work here! When I use... materialComboBox1.DroppedDown = true; It drops down the ComboBox but does not show the items that were added by code unless the ComboBox is...
It would be nice to add a chapter in README.md to highlight the key differences between initial project MaterialSkin. For a newbie like me, it seems pretty the same at...
No matter what I tried, the ListView did not display Images. Switched back to the default WinForm control.
When setting DataSource of a combobox, I get an error `System.NullReferenceException` as soon as I click on the combobox. Here is my code, working for regular .Net combobox : ```...
I remember modifying the original IgnaceMaes version to be able to display the title on the same line as the "close, minimize, maximize" buttons. Since your version is a bit...
Having only the default color on Design time is detrimental do the workflow of designing a UI. Support to view the configured colors while in design mode is almost required.
Hi, Please take the right to left version of material Skin i try but i cant to set the material drawer (menu) to right to left (right side of main...
Components: - Drawer open/close button - Drawer items - Tab buttons - FAB - ~ComboBox~ - Done - Selection controls
Have an issue where I have to click twice to resize the main window, one time to begin drag and one time to release, which feels uncomfortable. Maybe am I...