I have a question. Is it possible that a binding depends on another binding? I have a combobox which contains profile names. If i choose a profile name some other widgets will be filled with the values of the chosen profile. I wanted to know if it is possible to fill the other widgets when a profile is selected in the combobox with data binding? I bound the combobox to a model property, when the user select another profile, the value will be changed and the other widgets should be updated. Can i do this only with data binding? Or must i call the setter for all widgets manually?