I am trying to understand if it's possible to change the property the control is binding using triggers...
So i have two Properties for example in ViewModel and using a trigger depending if the first property is null, the control will binding the first property if isn't null, or binding the second one.
This is possible to achieve? Will work with Commands too?
Thanks in advance!