Skip to content

Binding directly to the ViewModel doesn't work. #331

@jlaanstra

Description

@jlaanstra

I have this binding:

 this.OneWayBind(this.ViewModel, x => x, x => x.Property);

where I want to bind the ViewModel directly to the Property property on the view.

This binding never happens when this.ViewModel is still null when the binding is created. I'm not entirely sure if this is a bug or intended and still looking how it can be fixed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions