WPF Metro Part 4 - Elysium Extra
A review and detailed overview of Elysium Extra, an open-source WPF Metro/Modern UI SDK that extends the Elysium framework with new controls and styles.
A review and detailed overview of Elysium Extra, an open-source WPF Metro/Modern UI SDK that extends the Elysium framework with new controls and styles.
A review of the Elysium SDK, an open-source WPF Metro/Modern UI framework, covering its features, custom controls, and integration.
A review of the MahApps Metro open-source SDK for creating modern, Windows 8-style WPF desktop applications with custom controls and themes.
A review and overview of the Modern UI for WPF open-source framework, discussing its features, controls, and styling for creating Metro-style applications.
A guide to implementing system-wide global hotkeys in WPF applications using the NHotkey library, directly from XAML.
Introducing MultiBindingBehavior in the Cimbalino Toolkit, enabling WPF-like multi-binding for Windows Phone app UI development.
Developer announces release of two new .NET projects: LogLive for real-time log monitoring and TextTableFormatter.NET for rendering character tables.
Explains the FrameworkElement.Language property and its impact on culture in WPF/Silverlight data binding converters, solving a 'pt-PT' vs 'en-US' mystery.
Fixing a Windows Phone app issue where TextBox binding doesn't update when tapping an app bar item, with a reusable code solution.
Explains how to convert WPF visuals and controls into bitmap images using C# extension methods and the RenderTargetBitmap class.
A technical guide on using LINQ queries to filter, sort, and group data in a WPF CollectionView for a more type-safe and readable approach.
A technical guide on using attached properties to create parameterized styles for WPF controls like CheckBox and RadioButton.
Explores a new WPF 4.5 feature allowing event subscription via markup extensions, with a focus on MVVM pattern integration.
Explains how to resolve a UriFormatException in WPF unit tests by registering the pack:// URI scheme before testing resources.
Explains how to reuse and nest DataTemplates in WPF for a hierarchy of classes, using ViewModel inheritance to share XAML.
A technical guide on implementing proper animated GIF support in WPF applications, addressing common pitfalls and providing a clean solution.
Explains how to bind data in WPF when the DataContext is not inherited, using the Freezable class as a workaround.
A tutorial on using WPF's MultiBinding to pass multiple parameters to an ICommand in MVVM, with a concrete search box example.
A tutorial on creating a simplified WPF Grid control using custom XAML attribute syntax to reduce boilerplate code.
Visual Studio 2010 beta 2 adds binding support to WPF InputBindings, simplifying MVVM development by allowing direct command binding.