Is it possible to somehow control the binding from the dependency object in the user controller? I need to check the availability of data in the binding, and select the appropriate user control for insertion into the controller to which this data is attached. Something by type
if (args.NewValue != null) myUserControl.Content.Add(newMySecondControll()) something like that