Uno.Samples/UI/WindowsCommunityToolkit
agneszitte a12e1d76d5 docs(WCT): Add additional details for non-Windows platform compatibility for the samples documentation 2024-07-08 15:27:15 -04:00
..
Version-7.x/UnoWCTDataGridSample chore: Update Windows Community Toolkit samples to match latest doc updates and single project structure 2024-06-14 11:12:37 -04:00
Version-8.x/UnoWCTSettingsCardSample chore: Update Windows Community Toolkit samples to match latest doc updates and single project structure 2024-06-14 11:12:37 -04:00
README.md docs(WCT): Add additional details for non-Windows platform compatibility for the samples documentation 2024-07-08 15:27:15 -04:00

README.md

Windows Community Toolkit Samples

The Windows Community Toolkit is a collection of helper functions, custom controls, and app services. It simplifies and demonstrates common developer patterns when building experiences for Windows.

Depending on the version of the Windows Community Toolkit you want to use, the samples below provide examples of implementation:

  • For WCT version 8.x: This sample showcases the SettingsCard control, but the same implementation can be followed for other* Windows Community Toolkit components supported out of the box.
  • For WCT version 7.x: This sample showcases the DataGrid control, but the same implementation can be followed for other* Uno ported Windows Community Toolkit components.

* See the non-Windows platform compatibility documentation for more details.

[!NOTE] For more details on how to use Windows Community Toolkit, complete tutorials are available here.

[!IMPORTANT] Here is the Migration Guide from v7 to v8 for Windows Community Toolkit for additional information on what changed lately between these versions.

For some controls (DataGrid, Carousel, ect...) you will need to use version 7.x for them as they are no longer available in the latest 8.x version of Windows Community Toolkit. The complete list of changes is available in the migration guide.

For additional information, here are the releases notes for Windows Community Toolkit:

What is the Uno Platform

Uno Platform is an open-source .NET platform for building single codebase native mobile, web, desktop, and embedded apps quickly. For additional information about Uno Platform or if you have any feedback to share, please refer to the README.md file in this Samples repository.