All Projects → punker76 → Code Samples

punker76 / Code Samples

Licence: mit
Just some code samples for MahApps and other experiments...

Projects that are alternatives of or similar to Code Samples

Mahapps.metro.simplechildwindow
A simple child window for MahApps.Metro
Stars: ✭ 339 (+65.37%)
Mutual labels:  open-source, oss, gui, wpf, ui-design, xaml
Mahapps.metro
A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
Stars: ✭ 8,023 (+3813.66%)
Mutual labels:  open-source, oss, wpf, xaml
Controlzex
Shared Controlz for WPF and ... more
Stars: ✭ 561 (+173.66%)
Mutual labels:  open-source, oss, wpf, xaml
Simple Music Player
Simple Music Player - SimpleMP - Keeps it simple and plays your music
Stars: ✭ 298 (+45.37%)
Mutual labels:  open-source, oss, wpf, xaml
Gong Wpf Dragdrop
The GongSolutions.WPF.DragDrop library is a drag'n'drop framework for WPF
Stars: ✭ 1,669 (+714.15%)
Mutual labels:  open-source, oss, gui, wpf
Mahapps.metro.iconpacks
Awesome icon packs for WPF and UWP in one library
Stars: ✭ 1,157 (+464.39%)
Mutual labels:  open-source, oss, wpf, xaml
IconPacks.Browser
The Browser for all available Icon packages from MahApps.Metro.IconPacks
Stars: ✭ 74 (-63.9%)
Mutual labels:  xaml, oss, wpf
Celestial.UIToolkit
A custom WPF toolkit which is inspired by a lot of the current design languages, including Microsoft's Fluent Design and Google's Material Design.
Stars: ✭ 32 (-84.39%)
Mutual labels:  xaml, oss, wpf
Core2d
A multi-platform data driven 2D diagram editor.
Stars: ✭ 475 (+131.71%)
Mutual labels:  gui, wpf, xaml
Toastnotifications
Toast notifications for WPF allows you to create and display rich notifications in WPF applications. It's highly configurable with set of built-in options like positions, behaviours, themes and many others. It's extendable, it gives you possibility to create custom and interactive notifications in simply manner.
Stars: ✭ 507 (+147.32%)
Mutual labels:  gui, wpf, xaml
Dock
A docking layout system.
Stars: ✭ 204 (-0.49%)
Mutual labels:  gui, xaml
Aura.ui
A Library with a lot of Controls for AvaloniaUI
Stars: ✭ 114 (-44.39%)
Mutual labels:  wpf, xaml
Xaml Code Experiences
A collection of the experiences I have collected during days of Xamarin and Wpf, while following the MVVM design pattern.
Stars: ✭ 114 (-44.39%)
Mutual labels:  wpf, xaml
Getkap.co
Website for Kap
Stars: ✭ 111 (-45.85%)
Mutual labels:  open-source, oss
Black Widow
GUI based offensive penetration testing tool (Open Source)
Stars: ✭ 124 (-39.51%)
Mutual labels:  open-source, gui
Goofi
✨Let's contribute to OSS. Here is how to find good first issues in GitHub. "goofi" is an abbreviation of "good first issues".
Stars: ✭ 125 (-39.02%)
Mutual labels:  open-source, oss
Arcgis Toolkit Dotnet
Toolkit for ArcGIS Runtime SDK for .NET
Stars: ✭ 125 (-39.02%)
Mutual labels:  wpf, xaml
Forge.forms
Dynamically generated forms and dialogs in WPF
Stars: ✭ 131 (-36.1%)
Mutual labels:  wpf, xaml
Kaizen Openapi Editor
Eclipse Editor for the Swagger-OpenAPI Description Language
Stars: ✭ 97 (-52.68%)
Mutual labels:  open-source, oss
Materialdesigninxamltoolkit
Google's Material Design in XAML & WPF, for C# & VB.Net.
Stars: ✭ 11,603 (+5560%)
Mutual labels:  wpf, xaml

Just some code samples...

To build these samples you'll need at least Visual Studio 2019 16.3.x Community Edition.

You can use the cake build script to compile all projects via commandline:

powershell .\build.ps1

IconPacksValueConverterSample

Simple MahApps.Metro.IconPacks sample which shows how to produce a percantage view of a binded value together with an IValueConverter.

ListViewSwitchItemsPanel

Simple sample which shows how to switch the ItemsPanel of a ListView.

listview

An auto moving ToolTip

ToolTipAutoMoveSample is a sample which demonstrates my auto moving ToolTip, explained here.

This ToolTip is now also available in the ControlzEx library.

automove_tooltip2

MahApps.Metro HamburgerMenu

MahAppsMetroHamburgerMenu showcase for MahApps.Metro HamburgerMenu.

  • Simple straight forward sample
  • Sample with Binding to the SelectedItem / SelectedOptionsItem
  • Sample with a custom helper class HamburgerMenuIconItem which uses the MahApps.Metro.IconPacks
  • Sample with Caliburn.Micro (tba)
  • Sample with some code behind (tba)

MahApps.Metro blank application

MahAppsMetroSample is a simple blank app for MahApps.Metro, explained in this blog post.

MahApps.Metro custom WindowButtonCommands

MahAppsMetroWindowButtonCommands

A sample app to demonstrate the customization of the Min/Max/Close buttons (for the upcoming v1.3.0). It shows different background color and tooltips.



MahApps.Metro DataGrid

MahAppsMetroDataGridSample showcase for MahApps.Metro DataGrid styles.


MahApps.Metro Themes

MahAppsMetroThemesSample MahApps.Metro ThemeManager example explained in this blog post.

mahapps_more_colors

MahApps.Metro blank VB application

MahAppsMetroVBSample is a simple blank app for Visual Basic MahApps.Metro.

License

The MIT License (MIT)

Copyright (c) 2014-present Jan Karger

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 the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].