Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dennismagno/metroframework-modern-ui

My humble attempt to bring the new Modern UI alias Metro UI of Windows 8 to .NET Windows Forms applications.
https://github.com/dennismagno/metroframework-modern-ui

Last synced: 3 months ago
JSON representation

My humble attempt to bring the new Modern UI alias Metro UI of Windows 8 to .NET Windows Forms applications.

Awesome Lists containing this project

README

        

MetroFramework - WinForms on steroids.
--------------------------------------

Brings the new Modern UI alias Metro UI of Windows 8 to .NET Windows Forms applications.

Install via NuGet
------------------
Install-Package MetroModernUI

[Updated to Version 1.4.0](http://denricdenise.info/2016/07/metroframework-modern-ui-version-1-4-0/)
Link: https://www.nuget.org/packages/MetroModernUI/

Documentation
-------------------
* [MetroFramework Modern UI Frequently Ask Questions](http://denricdenise.info/metroframework-faq/)

* [MetroForm Properties](http://denricdenise.info/2015/07/metroframework-modern-ui-metroform-properties/)
* [MetroLink Properties](http://denricdenise.info/2015/08/metrolink-properties-metroframework-modern-ui/)
* [MetroListView](http://denricdenise.info/2016/01/metrolistview-is-coming-in-metroframework/)
* [Localization for MetroMessageBox and MetroToggle](http://denricdenise.info/2016/06/metromessagebox-localized-preview/)

Supported platforms
-------------------
* Windows XP SP1/SP2/SP3 (without Aero Glass)
* Windows Vista
* Windows 7
* Windows 8
* Windows 10

Requirements
------------
* .NET Framework 2.0 and above.

Controls supported
------------------
* Button
* ComboBox
* Checkbox
* RadioButton
* Toggle
* Label
* Link
* Panel
* ScrollBar
* MetroTile
* ProgressBar
* ProgressSpinner
* TabControl
* TrackBar
* Custom User Control
* ContextMenu
* MessageBox
* DateTimePicker
* Grid

Components supported
------------------
* StyleExtender (Apply theme propertys to none framework controls)
* StyleManager (Auto inherit a default style to all used controls)
* ToolTip

Watch it in Action
----------
[![MetroFramework](http://i.imgur.com/PigyRpU.jpg)](http://youtu.be/2aR0OPzn1p0)

Screenshots
----------
*Light*

![MetroFramework](http://i.imgur.com/ix1FRru.jpg)
![MetroFramework](http://i.imgur.com/YXDDMT6.jpg)
![MetroFramework](http://i.imgur.com/2lsnqT4.jpg)

*MetroContext Menu*

![MetroContext](http://i.imgur.com/6k0E7yA.jpg)

*MetroMessageBox*

![MetroFramework](http://i.imgur.com/hGQeCAU.jpg)
![MetroFramework](http://i.imgur.com/2o3w0sn.jpg)
![MetroFramework](http://i.imgur.com/x6rSYmI.jpg)
![MetroFramework](http://i.imgur.com/P7E3EPd.jpg)
![MetroFramework](http://i.imgur.com/xem9sCO.jpg)
![MetroFramework](http://i.imgur.com/frhc99m.jpg)

*DateTimePicker*

![MetroDateTime](http://i.imgur.com/IPTQPBS.jpg)

*Grid*

![MetroGrid](http://i.imgur.com/MxP97bj.jpg)

*Dark*

![MetroFramework](http://i.imgur.com/Ho6WQpX.jpg)
![MetroFramework](http://i.imgur.com/f0S0I0z.jpg)
![MetroFramework](http://i.imgur.com/tYwfeq8.jpg)

*MetroContext Menu*

![MetroContext](http://i.imgur.com/dqOXrwR.jpg)

*MetroMessageBox*

![MetroFramework](http://i.imgur.com/lSyVdPg.jpg)
![MetroFramework](http://i.imgur.com/rsNpkHP.jpg)
![MetroFramework](http://i.imgur.com/9fMa7VI.jpg)
![MetroFramework](http://i.imgur.com/qSzeXsw.jpg)
![MetroFramework](http://i.imgur.com/YksXEjN.jpg)
![MetroFramework](http://i.imgur.com/6gASnLa.jpg)

*DateTimePicker*

![MetroDateTime](http://i.imgur.com/Y5eNKqj.jpg)

*Grid*

![MetroGrid](http://i.imgur.com/9LrswVO.jpg)

License
-------

The MIT License (MIT)

Copyright (c) 2011 Sven Walter, http://github.com/viperneo

Copyright (c) 2013 Dennis Magno, http://github.com/dennismagno

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in the
Software without restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
and to permit persons to whom the Software is furnished to do so, subject to the
following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.