fsprojects/FsXaml

Create attached property versions of Behaviors

ReedCopsey opened this issue · 2 comments

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.

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

#47 is related to this.