c# - What defines the bindings update order in WPF? -


I have a piece of WPF / C # code that uses several bindings:

  1. A Cambodia is used to select an account
  2. The property of each other combobox is attached to the selected account. This second combo box is used to select a contact.
  3. The property of the grid's items is linked to the selected account. This grid contains the selected account invoices.
  4. The contact combobox parent datacentext is bound to the selected invoice.
  5. Contact combobox is bound to select event invoice asset's property datacontext.

Although the bins are not updated in that order, which I want it to be. When I select another account, the property of the property of the contact combobox changes first, then it clearly replaces the selected item, which changes the invoice connect and then the selected invoice changes. .

There is no need to tell that

thanks

Alex

Are you implementing the INOTifyPropertyChanged interface in your classes? I think the order is not so important if you usually apply INotifyPropertyChanged


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -