Hello,
please try the attached solution. If you try to type in the nested listView of DomainObject1-DetailView you will see that the getter of the property "Name" will be called with every keystroke. In the DomainObject1-DetailView you can type without a call of the getter, because we have set the RaiseObjectChangedOnControlValueChanged to false. For ListViews there is no such option.
Maybe you can introduce a corresponding property for listViews - objectViews?
Thank you
Kim