Search found 1 match

by [email protected]
15 Dec 2023, 19:39
Forum: General Discussion
Replies: 3
Views: 8453

Re: ComboBox display not updating when values are changed by code

Hello! I have a followup question that relates to this. I currently have a ComboBox where, when I change the language of my game, the current value that is shown does not change language. My initial fix is to call OnPropertyChanged() twice (the first time is after setting the SelectedItemIndex to -1...