Silverlight textblock binding question + MVVM -
I am trying to create a simple text block control and I am trying to insert one from my ViewModel string .
Example "Hello, my name is XX , bla, bla." ( XX is a property from my ViewModel)
& lt; TextBlock Text = "Hello, my name is {binding selector name}.", Bla, bla. " / & Gt;
Is this possible?
Regards,
Adrian
Comments
Post a Comment