✅ ComboBox selected item can only be updated from binding property, not the control itself
I'm attempting to use a combo box with a collection of records the user can select from. I can get the items to render in the control, and can set a default value, but the combo box will not update when you select one of the values from the dropdown. I set breakpoints on anything I could think of from the bound property, various
All I could find online were specific errors, which were solved by reordering the properties, which didn't apply to me because my formatter had done that already.
This is the relevant code:
The attached image shows what the combo box looks like. The selection doesn't update after clicking an item.
XxxChanged events, etc.All I could find online were specific errors, which were solved by reordering the properties, which didn't apply to me because my formatter had done that already.
This is the relevant code:
ui being WpfUi: https://wpfui.lepo.co/The attached image shows what the combo box looks like. The selection doesn't update after clicking an item.

wpfui.lepo.co
