WPF - Custom Control Help
See attached files, the template binding to FlyoutDirection is not working. I am getting this exception:
2 Replies
Ohh I just need to specify it like this without binding:
I guess I'm just confused on when to use TemplateBinding
One of the easiest ways to think about it is from the description:
In the case you're trying to do you're using a binding for a property name. It doesn't make sense for that.