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.
Reactions are currently unavailable
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.