MaterialDesignInXamlToolkit
Introducing .NET Multi-platform App UI (MAUI)
MaterialDesignInXamlToolkit | Introducing .NET Multi-platform App UI (MAUI) | |
---|---|---|
25 | 278 | |
15,680 | 22,770 | |
0.5% | 0.3% | |
8.9 | 9.9 | |
6 days ago | 5 days ago | |
C# | C# | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
MaterialDesignInXamlToolkit
-
Wrapping / overflow /reorder listview items according to window size?
Material Design In XAML Toolkit - better looking controls and stuff.
- Any licensing free package for modern WPF look?
-
How do I save ITheme of Material Design in a text file for saving color theme choosed in C# WPF?
ITheme is just a collection of colors : https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/blob/master/MaterialDesignThemes.Wpf/ITheme.cs
- How to add and use Color Picker for picking color from a specific point on screen in WPF?
- Looking for a small code-review / sanity check of a small project - C#, WPF, MVVM
-
Why Caret Index is hidden when FlowDirection is RightToLeft On Material Design in C# WPF
I'm using C# WPF with http://materialdesigninxaml.net/ (MaterialDesign),
-
WPF - How to use PackIcon inside DataGrid
I try to use a PackIcon inside a DataGrid.
-
I'm developing a custom HMI/SCADA system in WPF to replace our old VB6 one. What do you guys think?
Thanks, I'm using Material Design philosophy, thanks especially to the MaterialDesignInXAML library for WPF.
-
WPF Good UI Framework and Controls
How is this outdated? The MaterialDesign one especially is being updated all the time. You think this doesn't look good?
-
How to design GUI ?
- If you know the technology (eg. WPF) consider using a good UI library (eg. http://materialdesigninxaml.net/ for WPF + Material Design)
Introducing .NET Multi-platform App UI (MAUI)
-
.NET MAUI Authentication on Windows: The OpenID Connect Challenge
You know, I'm not the only one surprised by this issue. If you take a look at the long threads around this issue, you can see many developers are complaining about the missing support for a very common feature such as authentication in Microsoft's own operating system!
-
Deprecation of ListView in .NET MAUI
Just a few hours ago, the .NET MAUI team announced a significant change coming in .NET 10: the ListView control and all its related cell types (TextCell, ImageCell, ViewCell, etc.) will be marked as obsolete. This decision is part of Microsoft's strategy to streamline the developer experience by focusing on a single, optimized control for displaying collections of data. Which I'm personally happy with, the less duplicated controls to maintain the better.
- MAUI is a scam
- Maui multi-platform App UI framework for mobile and desktop
-
Is the Web Browser the Most Important Platform for App Development?
Unified Codebases: Frameworks like Uno Platform and .NET MAUI enable developers to write once and deploy across web and native platforms.
- Developers are not happy with .NET MAUI, but nobody in the team cares about it
-
Android predictive back support
I am migrating XF app into MAUI and writing a simple Navigation framework because Prism doesn't work well and I didn't use anything advanced anyway. So, I am surfing the code of MAUI to intercept all the back buttons, etc. I haven't found a single mention of apis related to predictive back "RegisterOnBackInvokedCallback", "OnBackInvokedDispatcher", "OnBackPressedDispatcher", "AddCallback", "android:enableOnBackInvokedCallback" Also I don't see any issue on github that would say "Support Android Predictive back". Only one kinda related https://github.com/dotnet/maui/issues/8680
-
Group List View And Collection View are not working In .NET MAVI For IOS
Below issue is still reproducing in Maui .net7.0 version also. #10163
-
.NET 8 – MAUI
Maui is Open Source, MIT License
https://github.com/dotnet/maui
.NET is Open Source
https://dotnet.microsoft.com/en-us/platform/open-source
I do share your skepticism of Microsoft, but it looks like the economics and cash flow dynamics have changed drastically after the advent of the cloud.
Microsoft is more focused on getting developers onto its ecosystem and help them with open source projects with the hope that they will use its Azure cloud services and bring in the money.
My skepticism is a bit relaxed now and I have no qualms using .NET.
I hope I am not wrong.
-
.NET 8 – .NET Blog
It's a bit of a hit and miss as of today. CLI, back-end and natively compiled libraries (think dll/so/dylib or even .lib/.a - you can statically link NAOT binaries into other "unmanaged" code) work best, GUI - requires more work.
Avalonia[0] and MAUI[1] have known working templates with it, but YMMV.
[0] https://github.com/lixinyang123/AvaloniaAOT / https://github.com/AvaloniaUI/Avalonia/ / honorable mention https://github.com/VincentH-Net/CSharpForMarkup
[1] https://github.com/dotnet/maui (try out with just true in csproj - it is known to work e.g. on iOS)
What are some alternatives?
MahApps.Metro - A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
Avalonia - Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
HandyControl - Contains some simple and commonly used WPF controls
Uno Platform - Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
Mono - Mono open source ECMA CLI, C# and .NET implementation.