-
-
Notifications
You must be signed in to change notification settings - Fork 847
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Major Improvements #247
base: master
Are you sure you want to change the base?
Major Improvements #247
Conversation
I want to try the drawer menu. |
Sure thing, just follow the instruction on how to install from my fork. Alternatively, the latest pre-compiled DLL can be downloaded from here After that, follow these steps:
These steps are also available on the WIKI |
-thank you sir. |
Glad to help, just keep in mind this still have some bugs, we`re tracking them in my issue tracker |
@IgnaceMaes please consider adding @leocb as a committer to maintain this project. He's done really good work updating this. Thanks! |
still NO conflicts?! lol |
How to set matrial drawer (menu) set right to left and showand hide from right of the main form? |
Hi @MahdiElahi. |
thanks
i create a new issue in your repository
On Sunday, March 22, 2020, 09:00:51 PM GMT+4:30, Leo Bottaro <[email protected]> wrote:
Hi @MahdiElahi.
This is currently not supported on my version of the lib. Open a issue with this suggestion on my repository and we can continue there https://github.com/leocb/MaterialSkin
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Controls location move
Added ReadOnly property to MaterialCheckBox object.
Add MaterialDialog.cs
Remove topmost
Packaging a nuget package is much easier with this project as well
New control : MaterialDialog
Provides consistent control positioning by referencing client area instead of form area Removed unnecessary WndProc code for resizing due to changes Minimal code cleanup Fixes maximize bug that allowed "drifting" of the window Fixes maximize bug that prevented the form from being maximized on a second monitor Fixes maximize bug that required the program to be maximized prior to snapping maximized
Add support for Aero Snapping
…rialSkin into ScrollableDrawer
Scrollable Drawer on MouseWheel and Click'n'Move implementation
Set default TabPage BackColor to white to avoid designer control background issue when background is set to transparent.
Set default TabPage BackColor
Fix MaterialListView text transparency. Seems to be related somehow with .NET 5.0.
Fix MaterialListView text transparency
Hi, I'm loving material skin!!!! I don't seem to be able to programmatically rezise a MaterialSkin.Controls.MaterialForm in runtime in the same way you can resize a standard Winform via the form.Size property; am I missing something? |
…out scroll bars active
Fix MaterialExpansionPanel to use ShowValidationButtons property
…lText Scroll text in a MaterialMultiLineTextBox2
Fix ListBox Scroll bubbling
Fixed MaterialComboBox SelectedIndexChanged not refreshing and improvement.
…n is not anymore supported
Removed 4.5 Target Framework from Core project
…xChanged Issue on MaterialComboBox StartIndex property's set.
This is based on the work done by donaldsteele
I've added some controls, improved others and fixed bugs
If you just can't wait for the PR to be merged, grab this version from my releases page: leocb/MaterialSkin/releases
You can also get my updated version from Nuget! Just search for Material Skin 2
sadly this also introduces some breaking changes. Here's the complete changelog:
Added
Changed/Updated
Fixed
Screenshots!
A simple demo interface with MaterialSkin components.
The MaterialSkin Drawer (menu). You can choose to either display the icons or completely close the drawer
Every MaterialSkin button variant - this is 1 control, 3 properties
The MaterialSkin checkboxes, radio and Switch.
Material skin textfield and labels
Table control
Progress bar
Cards
MaterialSkin using a custom color scheme.
FlexibleMaterial Messagebox