You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I use a ComboBox bound to an ObservableCollection, where ReplyUnit contains another object Data, my ComboBox binding is written as follows:
When I select an item, it works well, and I save the object to a YAML file using YamlDotNet:
But when I deserialize, the content of the ComboBox in the interface is empty, and I'm not sure why this is happening.
Beta Was this translation helpful? Give feedback.
All reactions