Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microsoft/XamlBehaviorsWpf
Home for WPF XAML Behaviors on GitHub.
https://github.com/microsoft/XamlBehaviorsWpf
Last synced: 5 days ago
JSON representation
Home for WPF XAML Behaviors on GitHub.
- Host: GitHub
- URL: https://github.com/microsoft/XamlBehaviorsWpf
- Owner: microsoft
- License: mit
- Created: 2017-03-23T18:55:07.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T18:24:44.000Z (2 months ago)
- Last Synced: 2024-11-05T20:49:49.462Z (6 days ago)
- Language: C#
- Size: 976 KB
- Stars: 850
- Watchers: 40
- Forks: 140
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# 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](https://github.com/Microsoft/XamlBehaviorsWpf/wiki/About-the-Team) to guide the Behaviors project and evaluate incoming pull requests.
Getting Started
-------------------
**Where to get it**
- [Source Code](https://github.com/Microsoft/XamlBehaviorsWpf)**Resources**
- [Samples](https://github.com/Microsoft/XamlBehaviorsWpf/tree/master/samples)**More Info**
- [Report a bug](https://github.com/Microsoft/XamlBehaviorsWpf/issues)
- [License](https://opensource.org/licenses/MIT)Using Behaviors SDK
-------------------
To use behaviors in your project, add the [Microsoft.Xaml.Behaviors.Wpf](https://www.nuget.org/packages/Microsoft.Xaml.Behaviors.Wpf) NuGet package to your project.Buiding Behaviors from Source
------------------------------
**What You Need**
- [Visual Studio 2019](https://visualstudio.microsoft.com/)**Clone the Repository**
- Go to 'View' -> 'Team Explorer' -> 'Local Git Repositories' -> 'Clone'
- Add the XAML Behaviors for WPF repository URL (https://github.com/Microsoft/XamlBehaviorsWpf) and hit 'Clone'**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](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.