leocb / MaterialSkin

Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.
MIT License
439 stars 131 forks source link

Add cursor for hamburger menu icon #372

Closed valimaties closed 11 months ago

valimaties commented 1 year ago

The property of the MaterialForm which will allow user to change the default Cursor property is named 'HamburgerCursor'. This will be switched on MouseMove event of the form, by checking for mouse position over the rectangle which contains hamburger icon (_drawerIconRect).

Taiizor commented 1 year ago

The Form's Sizable property does not work when false (:

valimaties commented 1 year ago

The Form's Sizable property does not work when false (:

I think you must create a new issue for that

valimaties commented 1 year ago

The ec72622 commit was made from my personal application's project where I used MaterialSkin and I used VS Code Cleanup function, that's why there are those updates on all those files.