News

UWP Community Toolkit Catches Up to Fall Creators Update SDK

With the help of volunteer coders, Microsoft shipped UWP Community Toolkit 2.1, adding features that more closely align the open source app-building kit with the Windows 10 Fall Creators Update SDK.

The toolkit includes helper functions, custom controls and services designed to simplify and demonstrate common developer tasks for building Universal Windows Platform (UWP) apps for Windows 10. While primarily used to create desktop apps, it can also be used to code apps for mobile, Xbox One, HoloLens, Internet of Things (IoT) and Surface Hub devices.

"Thanks to the continued support and help of the community, all packages have been updated to target the Fall Creators Update, several controls, helpers, and extensions have been added or updated, and the documentation and design time experience have been greatly improved," Microsoft announced last week.

Microsoft tweaked the toolkit to ease the smooth transition from the kit's existing controls to the new controls included in the recently launched Fall Creators Update. For example, new properties were added to the HamburgeMenu and SlidableListItem controls to enable them to leverage the NavigationView and SwipeControl, respectively, when apps run on the Fall Creators Update.

As far as completely new features, a DockPanel control was introduced to let developers easily dock elements to the left, right, top, bottom or center.

Other improvements include:

  • Improved design time experience: The kit now has designer support for controls, including toolbox integration and improved design time experience via the placement of properties in the proper category in the properties grid with hover tooltip.
  • New SystemInformation properties: The kit's SystemInformation class has new properties and methods to ease tasks such as providing first-run (or related) experiences and collecting richer analytics. The class provides info such as marking the first use of an app, whether or not it was updated, launch time, launch count, app uptime and more.
  • New HeaderedContentControl and HeaderedItemsControl controls: These allow developers to easily display content with a header that can be templated.
  • Connected and Implicit Animation in XAML: Two new sets of XAML attached properties enable working with composition animations directly within XAML

All of these changes and more are detailed in the release notes.

The source code for the toolkit is available on GitHub, where links are also provided for a sample app available in the store, documentation and more.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

  • Low-Code Report Says AI Will Enhance, Not Replace DIY Dev Tools

    Along with replacing software developers and possibly killing humanity, advanced AI is seen by many as a death knell for the do-it-yourself, low-code/no-code tooling industry, but a new report belies that notion.

  • Vibe Coding with Latest Visual Studio Preview

    Microsoft's latest Visual Studio preview facilitates "vibe coding," where developers mainly use GitHub Copilot AI to do all the programming in accordance with spoken or typed instructions.

  • Steve Sanderson Previews AI App Dev: Small Models, Agents and a Blazor Voice Assistant

    Blazor creator Steve Sanderson presented a keynote at the recent NDC London 2025 conference where he previewed the future of .NET application development with smaller AI models and autonomous agents, along with showcasing a new Blazor voice assistant project demonstrating cutting-edge functionality.

Subscribe on YouTube