This repository contains all controls for WPF and WinForms to simplify and demonstrate usage of UWP controls
Перейти к файлу
Alexandre Zollinger Chohfi f56b6cd1f8 6.0.0 Release 2019-11-12 17:44:01 -08:00
.github Added WebView emoji 2019-10-29 15:25:28 -07:00
Microsoft.Toolkit.Forms.UI.Controls Merge pull request #196 from windows-toolkit/mhawker/fix-media-player 2019-10-31 14:21:14 -07:00
Microsoft.Toolkit.Forms.UI.Controls.WebView Merge pull request #199 from windows-toolkit/mhawker/webview-messaging 2019-10-29 17:16:29 -07:00
Microsoft.Toolkit.Forms.UI.XamlHost Apply PR feedback 2019-11-12 14:30:59 -08:00
Microsoft.Toolkit.Sample.Forms.App Remove calls to RunClassConstructor 2019-05-21 17:52:26 -07:00
Microsoft.Toolkit.Sample.Forms.WebView Suppress Obsolete WebView Messaging Cascade 2019-10-29 16:11:54 -07:00
Microsoft.Toolkit.Sample.UWP.App Updated a few prerelease dependencies. 2019-09-30 17:46:33 -07:00
Microsoft.Toolkit.Sample.Wpf.App Remove unused MediaPlayer DependencyProperty as not needed 2019-10-30 15:52:27 -07:00
Microsoft.Toolkit.Sample.Wpf.WebView Suppress Obsolete WebView Messaging Cascade 2019-10-29 16:11:54 -07:00
Microsoft.Toolkit.Win32.UI.Controls Apply PR feedback 2019-05-01 15:39:52 -07:00
Microsoft.Toolkit.Win32.UI.Tools Updated to a few stable versions of dependencies. 2019-09-30 17:49:03 -07:00
Microsoft.Toolkit.Win32.UI.XamlApplication Make Microsoft.Toolkit.Win32.UI.XamlHost.dll built with <Link><AppContainer>false</AppContainer></Link> so it will pass WACK certification for using user32 APIs when submitted to the store 2019-06-21 12:27:50 -07:00
Microsoft.Toolkit.Win32.UI.XamlApplication.Package Revert "Deploy PDBs for the XamlApplication NuGet package" 2019-07-29 18:19:20 -07:00
Microsoft.Toolkit.Win32.UI.XamlHost Fix build warnings 2019-09-24 11:04:09 -07:00
Microsoft.Toolkit.Wpf.UI.Controls Merge pull request #196 from windows-toolkit/mhawker/fix-media-player 2019-10-31 14:21:14 -07:00
Microsoft.Toolkit.Wpf.UI.Controls.WebView Merge pull request #199 from windows-toolkit/mhawker/webview-messaging 2019-10-29 17:16:29 -07:00
Microsoft.Toolkit.Wpf.UI.XamlHost Updated a few prerelease dependencies. 2019-09-30 17:46:33 -07:00
Tests Suppress Obsolete WebView Messaging Cascade 2019-10-29 16:11:54 -07:00
WebView.Shared Fixed compilation on preview 7. 2019-07-29 16:48:32 -07:00
build Pinning a few dependencies versions. 2019-10-17 13:55:58 -07:00
.gitattributes Normalized line endings. 2019-02-22 15:50:03 -08:00
.gitignore Pinning a few dependencies versions. 2019-10-17 13:55:58 -07:00
Directory.Build.props Update repo links for NuGet packages 2019-10-31 12:59:48 -07:00
Directory.Build.targets Updated a few prerelease dependencies. 2019-09-30 17:46:33 -07:00
Microsoft.Toolkit.Win32.sln Apply PR feedback 2019-08-06 15:01:38 -07:00
Microsoft.WinRT.Win32.targets Improve Intellisense handling 2019-09-30 12:45:42 -07:00
Toolkit.ruleset Merge branch 'master' into 6.0.0 2019-02-22 16:28:10 -08:00
azure-pipelines.yml Revert "Temporary workaround until build agent pool has VS16.3." 2019-09-27 13:29:50 -07:00
contributing.md Normalized line endings. 2019-02-22 15:50:03 -08:00
license.md Normalized line endings. 2019-02-22 15:50:03 -08:00
readme.md Add new WebView/WebView2 Messaging 2019-10-27 22:17:14 -07:00
settings.xamlstyler Normalized line endings. 2019-02-22 15:50:03 -08:00
stylecop.json Normalized line endings. 2019-02-22 15:50:03 -08:00
toolkit.public.snk added readme, license, build script, etc 2018-11-13 11:11:28 -08:00
toolkit.snk added readme, license, build script, etc 2018-11-13 11:11:28 -08:00
version.json 6.0.0 Release 2019-11-12 17:44:01 -08:00

readme.md

topic languages products
sample
csharp
windows

Windows Community Toolkit - WPF and Windows Forms

This repository contains all controls for WPF and WinForms to simplify and demonstate usage of UWP controls.

For everything else in the Windows Community Toolkit (UWP controls, .NET Standard web services, helpers and more), start here

Build Status

Target Branch Status Recommended NuGet packages version
Pre-release beta testing master Build Status MyGet

Getting Started

Please read the getting Started with the Windows Community Toolkit page for more detailed information about using the toolkit.

Documentation

All documentation for the toolkit is hosted on Microsoft Docs. All API documentation can be found at the .NET API Browser.

Windows Community Toolkit Sample App

Want to see the toolkit in action before jumping into the code? Download and play with the Windows Community Toolkit Sample App from the Store.

Controls

Control Minimum supported OS Description
WindowsXamlHost Windows 10, version 1809 Adds built-in or custom UWP controls to the User Interface (UI) of WPF or Windows Forms desktop application.
WebView Windows 10, version 1803 Uses the Microsoft Edge rendering engine to show web content.
WebViewCompatible Windows 7 Provides a version of WebView that is compatible with more OS versions. This control uses the Microsoft Edge rendering engine to show web content on Windows 10 version 1803 and later, and the Internet Explorer rendering engine to show web content on earlier versions of Windows 10, Windows 8.x, and Windows 7.
InkCanvas
InkToolbar
Windows 10, version 1809 Provide a surface and related toolbars for Windows Ink-based user interaction in your Windows Forms or WPF desktop application.
MediaPlayerElement Windows 10, version 1809 Embeds a view that streams and renders media content such as video in your Windows Forms or WPF desktop application.
MapControls Windows 10, version 1809 Enables a symbolic or photorealistic map in your Windows Forms or WPF desktop application.

WebView Notice

WebView2 will replace the WebView control in the toolkit, as laid out in the introduction to WebView2 here. This means that we've deprecated the WebView control within the Toolkit and are working with the Edge team to convey all the requirements from the open issues here.

Over the next few months, they'll be processing the open requests to ensure the scenarios folks are using WebView for will be supported with its replacement in the future. You can provide feedback directly to the Edge team here. Thank you for using WebView!

Feedback and Requests

Please use GitHub Issues for bug reports and feature requests. For feature requests, please also create an entry in our UserVoice. For general questions and support, please use Stack Overflow where questions should be tagged with the tag windows-community-toolkit.

Contributing

Do you want to contribute? Here are our contribution guidelines.

Principles

  • Principle #1: The toolkit will be kept simple.
  • Principle #2: As soon as a comparable feature is available in the Windows SDK for Windows 10, it will be marked as deprecated.
  • Principle #3: All features will be supported for two Windows SDK for Windows 10 release cycles or until another principle supersedes it.

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information see the .NET Foundation Code of Conduct.

Roadmap

Read what we plan for next iterations, and feel free to ask questions.

By adding this (NuGet repo | Gallery) to your NuGet sources in Visual Studio, you can also get pre-release packages of upcoming versions.

.NET Foundation

This project is supported by the .NET Foundation.