x:Bind Converters not being called when combined with x:Load
Author: nickrandolphCreated Dec 22, 2023Updated Sep 17, 2026
Labelskind/bugarea/xBind 🪢project/binding 🪢difficulty/tbd
Current behavior
When x:Bind with a converter is used within a region that is dynamically shown/hidden using x:Load the converter isn't being invoked. see attached sample project - when run on WinUI the TextBlocks show correct value. When run on Gtk, the second TextBlock shows MainViewModel instead of the correct value. This indicates that the converter isn't being invoked
Expected behavior
The converter should be invoked
How to reproduce it (as minimally and precisely as possible)
Workaround
No response
Works on UWP/WinUI
None
Environment
No response
NuGet package version(s)
No response
Affected platforms
No response
IDE
No response
IDE version
No response
Relevant plugins
No response
Anything else we need to know?
No response
Source: unoplatform/uno