fsprojects / FsXaml

F# Tools for working with XAML Projects
http://fsprojects.github.io/FsXaml/
MIT License
171 stars 48 forks source link

Create attached property versions of Behaviors #35

Closed ReedCopsey closed 7 years ago

ReedCopsey commented 8 years ago

This would allow users to support some of the binding scenarios without having the Blend SDK dependency.

For many F# users, I think this would be preferable to using the behaviors. A simple markup extension for events that binds to a command with the same converter infrastructure would probably suffice.

JohanLarsson commented 7 years ago

Attached properties will look about as messy as the blend stuff in xaml I think.

JohanLarsson commented 7 years ago

47 is related to this.