I have a view that is a UserControl, that has a DataContext, and all the controls bind to it. Now, I want to set a property on the view itself, to control visibility of some things, and I don't want to put the props in the ViewModel, where they shouldn't be. I tried with relative binding, with FindAncestor and TemplatedParent, but I can't make it work.
Thanks.