fsprojects / FsXaml

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

Change Behaviors to custom MarkupExtensions #3

Closed ReedCopsey closed 10 years ago

ReedCopsey commented 10 years ago

It'd be nice to move from Blend SDK behaviors to markup extensions to avoid the dependency on the Blend SDK.

Will need to investigate if this works in Windows Store or not, however, from my recollection, this isn't supported there. That would mean either using behaviors (as we are now) or attached properties for Windows Store apps.

ReedCopsey commented 10 years ago

This isn't possible in Windows Store apps, so we'll leave the Interactivity dependency in place for consistency between the two platforms.