This repository contains all controls for WPF and WinForms to simplify and demonstrate usage of UWP controls
Перейти к файлу
Alexandre Zollinger Chohfi c32a88b7aa
Merge pull request #14 from windows-toolkit/miguelrb
Adding the Max Version ID to the sample app Manifest to avoid exceptions
2018-12-28 16:53:24 -08:00
.github added github files 2018-11-13 14:03:25 -08:00
Microsoft.Toolkit.Forms.UI.Controls updated headers 2018-11-13 11:35:09 -08:00
Microsoft.Toolkit.Forms.UI.Controls.WebView updated headers 2018-11-13 11:35:09 -08:00
Microsoft.Toolkit.Forms.UI.XamlHost updated headers 2018-11-13 11:35:09 -08:00
Microsoft.Toolkit.Sample.Forms.App Merge pull request #14 from windows-toolkit/miguelrb 2018-12-28 16:53:24 -08:00
Microsoft.Toolkit.Sample.Forms.WebView updated headers 2018-11-13 11:35:09 -08:00
Microsoft.Toolkit.Sample.Wpf.App Merge pull request #14 from windows-toolkit/miguelrb 2018-12-28 16:53:24 -08:00
Microsoft.Toolkit.Sample.Wpf.WebView updated headers 2018-11-13 11:35:09 -08:00
Microsoft.Toolkit.Win32.UI.Controls updated headers 2018-11-13 11:35:09 -08:00
Microsoft.Toolkit.Win32.UI.XamlHost updated headers 2018-11-13 11:35:09 -08:00
Microsoft.Toolkit.Wpf.UI.Controls updated headers 2018-11-13 11:35:09 -08:00
Microsoft.Toolkit.Wpf.UI.Controls.WebView updated headers 2018-11-13 11:35:09 -08:00
Microsoft.Toolkit.Wpf.UI.XamlHost updated headers 2018-11-13 11:35:09 -08:00
Tests Fixed wrong headers. 2018-11-26 14:15:15 -08:00
WebView.Shared Fixed wrong headers. 2018-11-26 14:15:15 -08:00
build added readme, license, build script, etc 2018-11-13 11:11:28 -08:00
.gitignore added readme, license, build script, etc 2018-11-13 11:11:28 -08:00
Directory.Build.props added readme, license, build script, etc 2018-11-13 11:11:28 -08:00
Directory.Build.targets added readme, license, build script, etc 2018-11-13 11:11:28 -08:00
Microsoft.Toolkit.Win32.sln Updating sample apps: 2018-11-16 10:33:38 -08:00
Toolkit.ruleset added readme, license, build script, etc 2018-11-13 11:11:28 -08:00
azure-pipelines.yml added readme, license, build script, etc 2018-11-13 11:11:28 -08:00
contributing.md added readme, license, build script, etc 2018-11-13 11:11:28 -08:00
global.json added readme, license, build script, etc 2018-11-13 11:11:28 -08:00
license.md added readme, license, build script, etc 2018-11-13 11:11:28 -08:00
readme.md added readme, license, build script, etc 2018-11-13 11:11:28 -08:00
settings.xamlstyler added readme, license, build script, etc 2018-11-13 11:11:28 -08:00
stylecop.json added stylecop 2018-11-13 11:40:30 -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 added readme, license, build script, etc 2018-11-13 11:11:28 -08:00
windows-community-toolkit.yml added readme, license, build script, etc 2018-11-13 11:11:28 -08:00

readme.md

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.

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.