Skip to content

Binding to 'bindingContext` of View is not working #4127

@hshristov

Description

@hshristov

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions