Description
Brings the new Modern UI alias Metro UI of Windows 8 to .NET Windows Forms applications.
metroframework-modern-ui alternatives and similar packages
Based on the "GUI" category.
Alternatively, view metroframework-modern-ui alternatives based on common mentions on social networks and blogs.
-
Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology -
MahApps.Metro
A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort. -
UWP Community Toolkit
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building .NET apps with UWP and the Windows App SDK / WinUI 3 for Windows 10 and Windows 11. The toolkit is part of the .NET Foundation. -
Windows UI Library
WinUI: a modern UI framework with a rich set of controls and styles to build dynamic and high-performing Windows applications. -
FastColoredTextBox
Fast Colored TextBox for Syntax Highlighting. The text editor component for .NET. -
Ooui
A small cross-platform UI library that brings the simplicity of native UI development to the web -
ScintillaNET
DISCONTINUED. A Windows Forms control, wrapper, and bindings for the Scintilla text editor. -
Gtk#
DISCONTINUED. Gtk# is a Mono/.NET binding to the cross platform Gtk+ GUI toolkit and the foundation of most GUI apps built with Mono -
Ookii.Dialogs.WinForms
Awesome dialogs for Windows Desktop applications built with Microsoft .NET (WinForms) -
Callisto
A control toolkit for Windows 8 XAML applications. Contains some UI controls to make it easier to create Windows UI style apps for the Windows Store in accordance with Windows UI guidelines. -
SciterSharp
DISCONTINUED. Create .NET cross-platform desktop apps using not just HTML, but all features of Sciter engine: CSS3, SVG, scripting, AJAX, <video>... Sciter is free for commercial use -
ObjectListView
git clone of https://objectlistview.svn.sourceforge.net/svnroot/objectlistview/cs/trunk
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of metroframework-modern-ui or a related 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 Link: https://www.nuget.org/packages/MetroModernUI/
Documentation
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
Screenshots
Light
MetroContext Menu
MetroMessageBox
DateTimePicker
Grid
Dark
MetroContext Menu
MetroMessageBox
DateTimePicker
Grid
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.
*Note that all licence references and agreements mentioned in the metroframework-modern-ui README section above
are relevant to that project's source code only.