Skip to content

microsoft/XamlBehaviorsWpf

Folders and files

NameName
Last commit message
Last commit date
Aug 29, 2024
Aug 29, 2024
Aug 28, 2024
Dec 12, 2023
Aug 28, 2024
Apr 10, 2023
Dec 17, 2018
Jul 3, 2017
Dec 12, 2018
Feb 21, 2024
Dec 17, 2018
Feb 22, 2017
Dec 12, 2018
Nov 21, 2022
Jun 2, 2023
Jun 3, 2024

Repository files navigation

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

To use behaviors in your project, add the Microsoft.Xaml.Behaviors.Wpf NuGet package to your project.

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.