Top 20 NuGet Packages
Add to MainWindow the view:
"LoggerView"
WPF Behavior for TextBlock component, play Fade out-in animation when text changed
ExpressionDark theme for WPF. Supported controls: Calendar, Button, CheckBox, RadioButton, ScrollBar, ListBox, Expander, ComboBox, ProgressBar, TextBox, PasswordBox, RichTextBox, Label, Menu, MenuItem, Separator, TabControl, Slider, TreeView, ToggleButton, GroupBox, ListView, ListViewItem, ToolBar, ...
MessageBox styled with ExpressionDark Blend theme for WPF.
Example usage:
DarkMessageBox.Show("I love Bumblebee Tuna!", "Info", DarkMessageBox.Buttons.OK);
Code extracted from https://www.codeproject.com/Articles/1215232/WPF-ToggleSwitch-Control
Extra controls for Windows Presentation Framework.
Utilities for WPF Applications .NET
System.Windows.Data.IValueConverter implementations
This NuGet adds the MVVM ViewModelBase class for usage in WPF. All classes that inherit from ViewModelBase will have the INotifyPropertyChanged interface, with the caller member name attribute. There are also 2 useful classes. RelayCommand - allows you to create an anonymous command using lambda exp...
Adds framework for checking if WPF controls meet Accessibility best practice
Some Project for school.
1. Create your own WPF-App
2. Delete default created MainWindow
3. Install-Package WPF.Databasecontrol_4_School -Version 1.0.5
4. Start
How To Use:
- Create a new WPF Solution
- Install Package using Package Manager:
PM> Install-Package WPF.Databasecontrol_SchoolProj -Version 2.0.0
- In the WPF xaml of your choosing (f.E.: MainWindow.xaml), connect the DataBaseControl like this:
<Grid>
<core:DataBaseControl x:Name="_dat...
WPF.DataForms
Simple WPF month calendar with multi-day events similar to Outlook.
Description
This is a set of utilities to help WPF applications take greater advantage of the Windows shell than is currently provided in the framework. The current v2 release has APIs for working with the Windows 7 taskbar and for creating custom window chrome.
Wpf.Util.Core
WPF utils