ComboBox does not dynamically change text
See original GitHub issueHello!
I’m using translation files for my application. I denote the translated string as follows: <v:String x:Key="Key">(Here is the translation)</v:String>
. Also, changing the application language changes dynamically, that is, you do not have to restart.
If I change the language, the text remains in the settings. But when I open the ComboBox, everything is fine.
I also noticed that if you use DynamicResource
for pages, the first selected item will not be displayed at all. We have to use StaticResource
for the first element. This works with the normal style too, I’ve tested.
Avalonia version: 0.10.0-preview2 This problem was encountered in previous versions.
Please tell me what this might be related to?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:8 (4 by maintainers)
Top Results From Across the Web
c# - WPF Textblock text does not change dynamically on ...
My problem is that when I select a item in the combobox, textblock text does not change, it always have the default value....
Read more >Add new item dynamically in Combo box
Solved: I want the user be able to enter a free form text in Combobox and if it is not in the list,...
Read more >Display full text of selected dynamic combobox in textbox
Hello again folks, I have a quick question. I currently have a multipage userform that populates dynamic comboboxes within a frame on a ......
Read more >Dynamic text from a drop-down list does not update...
When you 're editing the dropdown fields select the empty line entry and close the field properties dialogue box. The last value that...
Read more >Populate an ActiveX combo box with dynamic data from a ...
Hello everyone, I have this issue that I've been struguling with for 2 days. I have an activex combo box called EmpresaCB which...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Okay, at least I found a workaround.
Result:
Hope it helps a bit. I still think the issue needs to be solved one day.
Anyway thanks for solution! I think it suits me so far.