Page 1 of 1

Should I use b:behaviours or i:interactivity?

Posted: 08 Feb 2024, 05:17
by Jarryd
So I'm building views in Blend, and using them in my unamanaged C++ game.

In my XAML I can use the older blend interactivity libraries, or I can use the newer microsoft behaviours.
Both work.

I intend to use the newer b:interactivity. But does this choice have any impact on Noesis?

Re: Should I use b:behaviours or i:interactivity?

Posted: 08 Feb 2024, 14:10
by sfernandez
You should use the new b: namespace because it is what our Noesis.GUI.Extensions nuget is exposing to Blend, although internally for Noesis it makes no difference if use one or the other.

Re: Should I use b:behaviours or i:interactivity?

Posted: 12 Feb 2024, 00:12
by Jarryd
Thank you!