Home for WPF XAML Behaviors on GitHub.
Перейти к файлу
microsoft-github-policy-service[bot] 1c67d1cc65
Updated for https://dev.azure.com/devdiv/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_build?definitionId=20717 by using baselines generated in https://dev.azure.com/devdiv/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_build/results?buildId=10188432
2024-09-09 15:18:46 +00:00
.config/1espt Updated for https://dev.azure.com/devdiv/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_build?definitionId=20717 by using baselines generated in https://dev.azure.com/devdiv/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_build/results?buildId=10188432 2024-09-09 15:18:46 +00:00
.github Update main.yml 2024-05-03 12:58:21 -04:00
Test fixed #162 2024-05-03 12:33:06 -04:00
azure-pipelines Stop publishing to an internal nuget feed 2024-06-04 11:53:53 -04:00
samples/XAMLBehaviorsSample Updating the command parameter binding for the ColorCommand property so that it works properly and isn't always passing null. 2023-12-12 11:41:33 -08:00
src fixed #162 2024-05-03 12:33:06 -04:00
.editorconfig removed charset since it cause debugging issues in the sample app 2023-04-10 16:22:52 -06:00
.gitattributes Add .gitattributes 2018-12-17 10:57:13 -05:00
.gitignore Add to .gitignore 2017-07-03 12:09:28 -07:00
CONTRIBUTING.md Create CONTRIBUTING.md 2018-12-12 09:19:23 -07:00
Directory.Build.props Strong-name fixes 2024-02-20 19:08:31 -05:00
Directory.Build.targets Add Nerdbank.GitVersining 2018-12-17 11:30:26 -05:00
LICENSE Initial commit 2017-02-22 14:01:38 -08:00
PULL_REQUEST_TEMPLATE.md Create PULL_REQUEST_TEMPLATE.md 2018-12-12 09:02:20 -07:00
README.md TestChange 2022-11-21 10:12:53 -08:00
SECURITY.md Microsoft mandatory file 2023-06-02 20:00:29 +00:00
version.json Fixed package versioning 2024-06-03 12:17:55 -04: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

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.