Chapter 9: Enhancing Applications with the Windows Community Toolkit
The Windows Community Toolkit (WCT) is a collection of open source libraries for Windows developers. The toolkit contains controls and libraries that can be leveraged by WinUI, UWP, WPF, and WinForms applications. Among the controls in the toolkit are the XAML Islands container controls, which we will explore in more detail in Chapter 10, Modernizing Existing Applications with WinUI and XAML Islands. In the Microsoft Store, there is a companion sample application for the toolkit that developers can install to explore the controls and learn how to use them.
In this chapter, we will cover the following topics:
- Learning about the background and purpose of the toolkit
- Using the toolkit sample application to explore the controls available in the toolkit
- Leveraging toolkit controls in a WinUI project
- Exploring the toolkit's helpers, services, and extensions for Windows developers
By the...