Hi, I have a class A that has a derived property referencing class B that has some properties. B's fields are all disabled when editing class A.
Is it possible to modify B's properties by delegating the setters of these properties to A by using modifyXXX-methods? I tried to do this but the fields are still disabled (with reason "always disabled"). Thanks, Erik
