Home for WPF XAML Behaviors on GitHub.
Перейти к файлу
Karan Nandwani 50e85b37f7
Update README.md
2018-12-10 11:19:21 -08:00
Test/UnitTests User NuGet PackageRef instead of packages.config 2018-12-06 13:22:24 -08:00
samples/XAMLBehaviorsSample Added .editorconfig and fixed some (naming and brace) warnings 2018-11-22 09:58:07 +01:00
scripts Combine Microsoft.Xaml.Interactivity and Microsoft.Xaml.Interaction dlls into Microsoft.Xaml.Behaviors. 2018-11-13 18:05:56 -08:00
src User NuGet PackageRef instead of packages.config 2018-12-06 13:22:24 -08:00
.editorconfig Surpressed warnings EC114 (applicable_kinds: namespace + type_parameter) bug in VS2017, is already fixed in VS2019 2018-11-22 10:53:27 +01:00
.gitignore Add to .gitignore 2017-07-03 12:09:28 -07:00
LICENSE Initial commit 2017-02-22 14:01:38 -08:00
README.md Update README.md 2018-12-10 11:19:21 -08:00

README.md

XamlBehaviors for WPF

XAML Behaviors is an easy-to-use means of adding common and reusable interactivity to your WPF applications with minimal code. Use of XAML Behaviors is governed by the MIT License. We are working with a committee of Microsoft MVP leaders to guide the Behaviors project and evaluate incoming pull requests.

Getting Started

Where to get it

Resources

More Info

Using Behaviors SDK

Buiding Behaviors from Source

What You Need

Clone the Repository

Build and Create XAML Behaviors NuGet

  • Open a Visual Studio developer command prompt
  • Navigate to the XAML Behaviors for WPF repository
  • Run msbuild src\Microsoft.Xaml.Behaviors\Microsoft.Xaml.Behaviors.csproj /t:Pack

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.