imasm / wpfkb

WPF Touch Screen Keyboard
MIT License
16 stars 8 forks source link

Obsolete #2

Closed barbm2020 closed 2 years ago

barbm2020 commented 3 years ago

WpfKb is effectively obsolete. It is based upon System.Windows.Interativity. This has been abandoned by Microsoft and no longer has any type of support. An effort was made to replace it by Microsoft.Xaml.Behaviors.Wpf (https://github.com/microsoft/XamlBehaviorsWpf) This effort has flounder due to lack of interest on Microsoft's part (https://github.com/PrismLibrary/Prism/issues/1804)

imasm commented 2 years ago

Hi, thanks four your comment. I've just created NET48 and NET6 versions that uses XamlBehaviors for WPF.

This library continues to be used in PrismLibrary so I thinki t's still good replacement for System.Windows.Interativity.