If you try to bind to `bindingContext` and the source is instance of `View` then binding doesn't work. ``` this._actionsScrollView.bind({ sourceProperty: "context", targetProperty: "bindingContext" }, this); ``` where `this` is some view instance.
If you try to bind to
bindingContextand the source is instance ofViewthen binding doesn't work.where
thisis some view instance.